Uses of Class
org.n52.shetland.ogc.filter.SpatialFilter
-
Packages that use SpatialFilter Package Description org.n52.shetland.ogc.filter org.n52.shetland.ogc.sos org.n52.shetland.ogc.sos.gda org.n52.shetland.ogc.sos.request -
-
Uses of SpatialFilter in org.n52.shetland.ogc.filter
Methods in org.n52.shetland.ogc.filter that return SpatialFilter Modifier and Type Method Description SpatialFilterSpatialFilter. setDistance(FesMeasureType distance)The filter distanceSpatialFilterSpatialFilter. setGeometry(org.locationtech.jts.geom.Geometry geometry)Set filter geometrySpatialFilterSpatialFilter. setGeometry(ReferencedEnvelope geometry)Set filter geometrySpatialFilterSpatialFilter. setOperator(FilterConstants.SpatialOperator operator) -
Uses of SpatialFilter in org.n52.shetland.ogc.sos
Methods in org.n52.shetland.ogc.sos that return SpatialFilter Modifier and Type Method Description SpatialFilterSosSpatialFilter. getValue()Methods in org.n52.shetland.ogc.sos with parameters of type SpatialFilter Modifier and Type Method Description SosSpatialFilterSosSpatialFilter. setValue(SpatialFilter value)Constructors in org.n52.shetland.ogc.sos with parameters of type SpatialFilter Constructor Description SosSpatialFilter(SpatialFilter filter) -
Uses of SpatialFilter in org.n52.shetland.ogc.sos.gda
Methods in org.n52.shetland.ogc.sos.gda that return SpatialFilter Modifier and Type Method Description SpatialFilterGetDataAvailabilityRequest. getSpatialFilter()Methods in org.n52.shetland.ogc.sos.gda with parameters of type SpatialFilter Modifier and Type Method Description voidGetDataAvailabilityRequest. setSpatialFilter(SpatialFilter filter) -
Uses of SpatialFilter in org.n52.shetland.ogc.sos.request
Methods in org.n52.shetland.ogc.sos.request that return SpatialFilter Modifier and Type Method Description SpatialFilterGetObservationRequest. getSpatialFilter()Get spatial filter.SpatialFilterGetResultRequest. getSpatialFilter()SpatialFilterSpatialFilteringProfileRequest. getSpatialFilter()Get SpatialFilterMethods in org.n52.shetland.ogc.sos.request that return types with arguments of type SpatialFilter Modifier and Type Method Description List<SpatialFilter>GetFeatureOfInterestRequest. getSpatialFilters()Get spatial filtersMethods in org.n52.shetland.ogc.sos.request with parameters of type SpatialFilter Modifier and Type Method Description voidGetObservationRequest. setSpatialFilter(SpatialFilter resultSpatialFilter)Set spatial filter.voidGetResultRequest. setSpatialFilter(SpatialFilter spatialFilter)voidSpatialFilteringProfileRequest. setSpatialFilter(SpatialFilter spatialFilter)Set SpatialFilterMethod parameters in org.n52.shetland.ogc.sos.request with type arguments of type SpatialFilter Modifier and Type Method Description voidGetFeatureOfInterestRequest. setSpatialFilters(List<SpatialFilter> spatialFilters)Set spatial filters
-