Uses of Interface
net.opengis.sensorml.x20.AbstractProcessType.FeaturesOfInterest
-
Packages that use AbstractProcessType.FeaturesOfInterest Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of AbstractProcessType.FeaturesOfInterest in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return AbstractProcessType.FeaturesOfInterest Modifier and Type Method Description AbstractProcessType.FeaturesOfInterestAbstractProcessType. addNewFeaturesOfInterest()Appends and returns a new empty "featuresOfInterest" elementAbstractProcessType.FeaturesOfInterestAbstractProcessType. getFeaturesOfInterest()Gets the "featuresOfInterest" elementstatic AbstractProcessType.FeaturesOfInterestAbstractProcessType.FeaturesOfInterest.Factory. newInstance()static AbstractProcessType.FeaturesOfInterestAbstractProcessType.FeaturesOfInterest.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type AbstractProcessType.FeaturesOfInterest Modifier and Type Method Description voidAbstractProcessType. setFeaturesOfInterest(AbstractProcessType.FeaturesOfInterest featuresOfInterest)Sets the "featuresOfInterest" element -
Uses of AbstractProcessType.FeaturesOfInterest in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement AbstractProcessType.FeaturesOfInterest Modifier and Type Class Description static classAbstractProcessTypeImpl.FeaturesOfInterestImplAn XML featuresOfInterest(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return AbstractProcessType.FeaturesOfInterest Modifier and Type Method Description AbstractProcessType.FeaturesOfInterestAbstractProcessTypeImpl. addNewFeaturesOfInterest()Appends and returns a new empty "featuresOfInterest" elementAbstractProcessType.FeaturesOfInterestAbstractProcessTypeImpl. getFeaturesOfInterest()Gets the "featuresOfInterest" elementMethods in net.opengis.sensorml.x20.impl with parameters of type AbstractProcessType.FeaturesOfInterest Modifier and Type Method Description voidAbstractProcessTypeImpl. setFeaturesOfInterest(AbstractProcessType.FeaturesOfInterest featuresOfInterest)Sets the "featuresOfInterest" element
-