Uses of Class
org.geotools.api.filter.capability.GeometryOperand
Packages that use GeometryOperand
-
Uses of GeometryOperand in net.opengis.fes20.impl
Methods in net.opengis.fes20.impl that return types with arguments of type GeometryOperandModifier and TypeMethodDescriptionSpatialCapabilitiesTypeImpl.getGeometryOperands()SpatialOperatorTypeImpl.getGeometryOperands() -
Uses of GeometryOperand in org.geotools.api.filter
Methods in org.geotools.api.filter with parameters of type GeometryOperandModifier and TypeMethodDescriptionFilterFactory.spatialCapabilities(GeometryOperand[] geometryOperands, SpatialOperators spatial) spatial capabilitiesFilterFactory.spatialOperator(String name, GeometryOperand... geometryOperands) spatial operator -
Uses of GeometryOperand in org.geotools.api.filter.capability
Fields in org.geotools.api.filter.capability declared as GeometryOperandModifier and TypeFieldDescriptionstatic final GeometryOperandGeometryOperand.Arc"http://www.opengis.net/gml/Arc"static final GeometryOperandGeometryOperand.ArcByBulge"http://www.opengis.net/gml/ArcByBulge"static final GeometryOperandGeometryOperand.ArcByCenterPoint"http://www.opengis.net/gml/ArcByCenterPoint"static final GeometryOperandGeometryOperand.Bezier"http://www.opengis.net/gml/Bezier"static final GeometryOperandGeometryOperand.Circle"http://www.opengis.net/gml/Circle"static final GeometryOperandGeometryOperand.CircleByCenterPoint"http://www.opengis.net/gml/CircleByCenterPoint"static final GeometryOperandGeometryOperand.Clothoid"http://www.opengis.net/gml/Clothoid"static final GeometryOperandGeometryOperand.CubicSpline"http://www.opengis.net/gml/CubicSpline"static final GeometryOperandGeometryOperand.Envelope"http://www.opengis.net/gml/Envelope"static final GeometryOperandGeometryOperand.Geodesic"http://www.opengis.net/gml/Geodesic"static final GeometryOperandGeometryOperand.LineString"http://www.opengis.net/gml/LineString"static final GeometryOperandGeometryOperand.OffsetCurve"http://www.opengis.net/gml/OffsetCurve"static final GeometryOperandGeometryOperand.Point"http://www.opengis.net/gml/Point"static final GeometryOperandGeometryOperand.Polygon"http://www.opengis.net/gml/Polygon"static final GeometryOperandGeometryOperand.PolyhedralSurface"http://www.opengis.net/gml/PolyhedralSurface"static final GeometryOperandGeometryOperand.Solid"http://www.opengis.net/gml/Solid"static final GeometryOperandGeometryOperand.Tin"http://www.opengis.net/gml/Tin"static final GeometryOperandGeometryOperand.Triangle"http://www.opengis.net/gml/Triangle"static final GeometryOperandGeometryOperand.TriangulatedSurface"http://www.opengis.net/gml/TriangulatedSurface"Methods in org.geotools.api.filter.capability that return GeometryOperandModifier and TypeMethodDescriptionstatic GeometryOperandReturns the geometry operand for the given name.Methods in org.geotools.api.filter.capability that return types with arguments of type GeometryOperandModifier and TypeMethodDescriptionSpatialCapabilities.getGeometryOperands()Supported geometry operands.SpatialOperator.getGeometryOperands()Returns the geometryOperands. -
Uses of GeometryOperand in org.geotools.filter
Methods in org.geotools.filter with parameters of type GeometryOperandModifier and TypeMethodDescriptionFilterFactoryImpl.spatialCapabilities(GeometryOperand[] geometryOperands, SpatialOperators spatial) FilterFactoryImpl.spatialOperator(String name, GeometryOperand... geometryOperands) -
Uses of GeometryOperand in org.geotools.filter.capability
Methods in org.geotools.filter.capability that return types with arguments of type GeometryOperandModifier and TypeMethodDescriptionSpatialCapabiltiesImpl.getGeometryOperands()SpatialOperatorImpl.getGeometryOperands()Method parameters in org.geotools.filter.capability with type arguments of type GeometryOperandModifier and TypeMethodDescriptionvoidSpatialCapabiltiesImpl.setGeometryOperands(Collection<GeometryOperand> geometryOperands) voidSpatialOperatorImpl.setGeometryOperands(Collection<GeometryOperand> geometryOperands) Constructors in org.geotools.filter.capability with parameters of type GeometryOperandModifierConstructorDescriptionSpatialCapabiltiesImpl(GeometryOperand[] geometryOperands, SpatialOperators spatialOperators) SpatialOperatorImpl(String name, GeometryOperand... geometryOperands) Constructor parameters in org.geotools.filter.capability with type arguments of type GeometryOperandModifierConstructorDescriptionSpatialCapabiltiesImpl(Collection<GeometryOperand> geometryOperands, SpatialOperators spatialOperators) SpatialOperatorImpl(String name, Collection<GeometryOperand> geometryOperands)