Package net.opengis.swe.v20
Interface HasRefFrames
- All Known Subinterfaces:
GeometryData,Matrix,Time,TimeOrRange,TimeRange,Vector
- All Known Implementing Classes:
GeometryDataImpl,MatrixImpl,TimeImpl,TimeRangeImpl,VectorImpl
public interface HasRefFrames
Tagging interface for data components with local and reference frames
- Since:
- Nov 8, 2014
-
Method Summary
Modifier and TypeMethodDescriptionGets the localFrame propertyGets the referenceFrame propertybooleanChecks if localFrame is setbooleanChecks if referenceFrame is setvoidsetLocalFrame(String localFrame) Sets the localFrame propertyvoidsetReferenceFrame(String referenceFrame) Sets the referenceFrame property
-
Method Details
-
getReferenceFrame
String getReferenceFrame()Gets the referenceFrame property -
isSetReferenceFrame
boolean isSetReferenceFrame()Checks if referenceFrame is set -
setReferenceFrame
Sets the referenceFrame property -
getLocalFrame
String getLocalFrame()Gets the localFrame property -
isSetLocalFrame
boolean isSetLocalFrame()Checks if localFrame is set -
setLocalFrame
Sets the localFrame property
-