Uses of Interface
net.opengis.sos.x20.GetFeatureOfInterestType.SpatialFilter
-
Packages that use GetFeatureOfInterestType.SpatialFilter Package Description net.opengis.sos.x20 net.opengis.sos.x20.impl -
-
Uses of GetFeatureOfInterestType.SpatialFilter in net.opengis.sos.x20
Methods in net.opengis.sos.x20 that return GetFeatureOfInterestType.SpatialFilter Modifier and Type Method Description GetFeatureOfInterestType.SpatialFilterGetFeatureOfInterestType. addNewSpatialFilter()Appends and returns a new empty value (as xml) as the last "spatialFilter" elementGetFeatureOfInterestType.SpatialFilter[]GetFeatureOfInterestType. getSpatialFilterArray()Gets array of all "spatialFilter" elementsGetFeatureOfInterestType.SpatialFilterGetFeatureOfInterestType. getSpatialFilterArray(int i)Gets ith "spatialFilter" elementGetFeatureOfInterestType.SpatialFilterGetFeatureOfInterestType. insertNewSpatialFilter(int i)Inserts and returns a new empty value (as xml) as the ith "spatialFilter" elementstatic GetFeatureOfInterestType.SpatialFilterGetFeatureOfInterestType.SpatialFilter.Factory. newInstance()static GetFeatureOfInterestType.SpatialFilterGetFeatureOfInterestType.SpatialFilter.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sos.x20 with parameters of type GetFeatureOfInterestType.SpatialFilter Modifier and Type Method Description voidGetFeatureOfInterestType. setSpatialFilterArray(int i, GetFeatureOfInterestType.SpatialFilter spatialFilter)Sets ith "spatialFilter" elementvoidGetFeatureOfInterestType. setSpatialFilterArray(GetFeatureOfInterestType.SpatialFilter[] spatialFilterArray)Sets array of all "spatialFilter" element -
Uses of GetFeatureOfInterestType.SpatialFilter in net.opengis.sos.x20.impl
Classes in net.opengis.sos.x20.impl that implement GetFeatureOfInterestType.SpatialFilter Modifier and Type Class Description static classGetFeatureOfInterestTypeImpl.SpatialFilterImplAn XML spatialFilter(@http://www.opengis.net/sos/2.0).Methods in net.opengis.sos.x20.impl that return GetFeatureOfInterestType.SpatialFilter Modifier and Type Method Description GetFeatureOfInterestType.SpatialFilterGetFeatureOfInterestTypeImpl. addNewSpatialFilter()Appends and returns a new empty value (as xml) as the last "spatialFilter" elementGetFeatureOfInterestType.SpatialFilter[]GetFeatureOfInterestTypeImpl. getSpatialFilterArray()Gets array of all "spatialFilter" elementsGetFeatureOfInterestType.SpatialFilterGetFeatureOfInterestTypeImpl. getSpatialFilterArray(int i)Gets ith "spatialFilter" elementGetFeatureOfInterestType.SpatialFilterGetFeatureOfInterestTypeImpl. insertNewSpatialFilter(int i)Inserts and returns a new empty value (as xml) as the ith "spatialFilter" elementMethods in net.opengis.sos.x20.impl with parameters of type GetFeatureOfInterestType.SpatialFilter Modifier and Type Method Description voidGetFeatureOfInterestTypeImpl. setSpatialFilterArray(int i, GetFeatureOfInterestType.SpatialFilter spatialFilter)Sets ith "spatialFilter" elementvoidGetFeatureOfInterestTypeImpl. setSpatialFilterArray(GetFeatureOfInterestType.SpatialFilter[] spatialFilterArray)Sets array of all "spatialFilter" element
-