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 propertyboolean
Checks if localFrame is setboolean
Checks if referenceFrame is setvoid
setLocalFrame
(String localFrame) Sets the localFrame propertyvoid
setReferenceFrame
(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
-