Uses of Interface
net.opengis.sensorml.x20.SpatialFrameType
-
Packages that use SpatialFrameType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of SpatialFrameType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return SpatialFrameType Modifier and Type Method Description SpatialFrameTypeAbstractPhysicalProcessType.LocalReferenceFrame. addNewSpatialFrame()Appends and returns a new empty "SpatialFrame" elementSpatialFrameTypeSpatialFrameDocument. addNewSpatialFrame()Appends and returns a new empty "SpatialFrame" elementSpatialFrameTypeSpatialFramePropertyType. addNewSpatialFrame()Appends and returns a new empty "SpatialFrame" elementSpatialFrameTypeAbstractPhysicalProcessType.LocalReferenceFrame. getSpatialFrame()Gets the "SpatialFrame" elementSpatialFrameTypeSpatialFrameDocument. getSpatialFrame()Gets the "SpatialFrame" elementSpatialFrameTypeSpatialFramePropertyType. getSpatialFrame()Gets the "SpatialFrame" elementstatic SpatialFrameTypeSpatialFrameType.Factory. newInstance()static SpatialFrameTypeSpatialFrameType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SpatialFrameTypeSpatialFrameType.Factory. parse(File file)static SpatialFrameTypeSpatialFrameType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SpatialFrameTypeSpatialFrameType.Factory. parse(InputStream is)static SpatialFrameTypeSpatialFrameType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SpatialFrameTypeSpatialFrameType.Factory. parse(Reader r)static SpatialFrameTypeSpatialFrameType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SpatialFrameTypeSpatialFrameType.Factory. parse(String xmlAsString)static SpatialFrameTypeSpatialFrameType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SpatialFrameTypeSpatialFrameType.Factory. parse(URL u)static SpatialFrameTypeSpatialFrameType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SpatialFrameTypeSpatialFrameType.Factory. parse(XMLStreamReader sr)static SpatialFrameTypeSpatialFrameType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SpatialFrameTypeSpatialFrameType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SpatialFrameTypeSpatialFrameType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SpatialFrameTypeSpatialFrameType.Factory. parse(Node node)static SpatialFrameTypeSpatialFrameType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type SpatialFrameType Modifier and Type Method Description voidAbstractPhysicalProcessType.LocalReferenceFrame. setSpatialFrame(SpatialFrameType spatialFrame)Sets the "SpatialFrame" elementvoidSpatialFrameDocument. setSpatialFrame(SpatialFrameType spatialFrame)Sets the "SpatialFrame" elementvoidSpatialFramePropertyType. setSpatialFrame(SpatialFrameType spatialFrame)Sets the "SpatialFrame" element -
Uses of SpatialFrameType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement SpatialFrameType Modifier and Type Class Description classSpatialFrameTypeImplAn XML SpatialFrameType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return SpatialFrameType Modifier and Type Method Description SpatialFrameTypeAbstractPhysicalProcessTypeImpl.LocalReferenceFrameImpl. addNewSpatialFrame()Appends and returns a new empty "SpatialFrame" elementSpatialFrameTypeSpatialFrameDocumentImpl. addNewSpatialFrame()Appends and returns a new empty "SpatialFrame" elementSpatialFrameTypeSpatialFramePropertyTypeImpl. addNewSpatialFrame()Appends and returns a new empty "SpatialFrame" elementSpatialFrameTypeAbstractPhysicalProcessTypeImpl.LocalReferenceFrameImpl. getSpatialFrame()Gets the "SpatialFrame" elementSpatialFrameTypeSpatialFrameDocumentImpl. getSpatialFrame()Gets the "SpatialFrame" elementSpatialFrameTypeSpatialFramePropertyTypeImpl. getSpatialFrame()Gets the "SpatialFrame" elementMethods in net.opengis.sensorml.x20.impl with parameters of type SpatialFrameType Modifier and Type Method Description voidAbstractPhysicalProcessTypeImpl.LocalReferenceFrameImpl. setSpatialFrame(SpatialFrameType spatialFrame)Sets the "SpatialFrame" elementvoidSpatialFrameDocumentImpl. setSpatialFrame(SpatialFrameType spatialFrame)Sets the "SpatialFrame" elementvoidSpatialFramePropertyTypeImpl. setSpatialFrame(SpatialFrameType spatialFrame)Sets the "SpatialFrame" element
-