Uses of Class
org.n52.shetland.ogc.filter.FilterConstants.SpatialOperator
-
Packages that use FilterConstants.SpatialOperator Package Description org.n52.shetland.ogc.filter -
-
Uses of FilterConstants.SpatialOperator in org.n52.shetland.ogc.filter
Methods in org.n52.shetland.ogc.filter that return FilterConstants.SpatialOperator Modifier and Type Method Description FilterConstants.SpatialOperatorSpatialFilter. getOperator()static FilterConstants.SpatialOperatorFilterConstants.SpatialOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterConstants.SpatialOperator[]FilterConstants.SpatialOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.shetland.ogc.filter that return types with arguments of type FilterConstants.SpatialOperator Modifier and Type Method Description SortedMap<FilterConstants.SpatialOperator,SortedSet<QName>>FilterCapabilities. getSpatialOperators()Get spatial operatorsMethods in org.n52.shetland.ogc.filter with parameters of type FilterConstants.SpatialOperator Modifier and Type Method Description SpatialFilterSpatialFilter. setOperator(FilterConstants.SpatialOperator operator)Method parameters in org.n52.shetland.ogc.filter with type arguments of type FilterConstants.SpatialOperator Modifier and Type Method Description voidFilterCapabilities. setSpatialOperators(Map<FilterConstants.SpatialOperator,? extends Collection<QName>> spatialOperators)Set spatial operatorsConstructors in org.n52.shetland.ogc.filter with parameters of type FilterConstants.SpatialOperator Constructor Description SpatialFilter(FilterConstants.SpatialOperator operator, org.locationtech.jts.geom.Geometry geometry, String valueReference)constructorSpatialFilter(FilterConstants.SpatialOperator operator, org.locationtech.jts.geom.Geometry geometry, String valueReference, FesMeasureType distance)constructorSpatialFilter(FilterConstants.SpatialOperator operator, ReferencedEnvelope geometry, String valueReference)constructorSpatialFilter(FilterConstants.SpatialOperator operator, ReferencedEnvelope geometry, String valueReference, FesMeasureType distance)constructor
-