Uses of Interface
net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalReferenceFrame
-
Packages that use AbstractPhysicalProcessType.LocalReferenceFrame Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of AbstractPhysicalProcessType.LocalReferenceFrame in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return AbstractPhysicalProcessType.LocalReferenceFrame Modifier and Type Method Description AbstractPhysicalProcessType.LocalReferenceFrameAbstractPhysicalProcessType. addNewLocalReferenceFrame()Appends and returns a new empty value (as xml) as the last "localReferenceFrame" elementAbstractPhysicalProcessType.LocalReferenceFrame[]AbstractPhysicalProcessType. getLocalReferenceFrameArray()Gets array of all "localReferenceFrame" elementsAbstractPhysicalProcessType.LocalReferenceFrameAbstractPhysicalProcessType. getLocalReferenceFrameArray(int i)Gets ith "localReferenceFrame" elementAbstractPhysicalProcessType.LocalReferenceFrameAbstractPhysicalProcessType. insertNewLocalReferenceFrame(int i)Inserts and returns a new empty value (as xml) as the ith "localReferenceFrame" elementstatic AbstractPhysicalProcessType.LocalReferenceFrameAbstractPhysicalProcessType.LocalReferenceFrame.Factory. newInstance()static AbstractPhysicalProcessType.LocalReferenceFrameAbstractPhysicalProcessType.LocalReferenceFrame.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type AbstractPhysicalProcessType.LocalReferenceFrame Modifier and Type Method Description voidAbstractPhysicalProcessType. setLocalReferenceFrameArray(int i, AbstractPhysicalProcessType.LocalReferenceFrame localReferenceFrame)Sets ith "localReferenceFrame" elementvoidAbstractPhysicalProcessType. setLocalReferenceFrameArray(AbstractPhysicalProcessType.LocalReferenceFrame[] localReferenceFrameArray)Sets array of all "localReferenceFrame" element -
Uses of AbstractPhysicalProcessType.LocalReferenceFrame in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement AbstractPhysicalProcessType.LocalReferenceFrame Modifier and Type Class Description static classAbstractPhysicalProcessTypeImpl.LocalReferenceFrameImplAn XML localReferenceFrame(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return AbstractPhysicalProcessType.LocalReferenceFrame Modifier and Type Method Description AbstractPhysicalProcessType.LocalReferenceFrameAbstractPhysicalProcessTypeImpl. addNewLocalReferenceFrame()Appends and returns a new empty value (as xml) as the last "localReferenceFrame" elementAbstractPhysicalProcessType.LocalReferenceFrame[]AbstractPhysicalProcessTypeImpl. getLocalReferenceFrameArray()Gets array of all "localReferenceFrame" elementsAbstractPhysicalProcessType.LocalReferenceFrameAbstractPhysicalProcessTypeImpl. getLocalReferenceFrameArray(int i)Gets ith "localReferenceFrame" elementAbstractPhysicalProcessType.LocalReferenceFrameAbstractPhysicalProcessTypeImpl. insertNewLocalReferenceFrame(int i)Inserts and returns a new empty value (as xml) as the ith "localReferenceFrame" elementMethods in net.opengis.sensorml.x20.impl with parameters of type AbstractPhysicalProcessType.LocalReferenceFrame Modifier and Type Method Description voidAbstractPhysicalProcessTypeImpl. setLocalReferenceFrameArray(int i, AbstractPhysicalProcessType.LocalReferenceFrame localReferenceFrame)Sets ith "localReferenceFrame" elementvoidAbstractPhysicalProcessTypeImpl. setLocalReferenceFrameArray(AbstractPhysicalProcessType.LocalReferenceFrame[] localReferenceFrameArray)Sets array of all "localReferenceFrame" element
-