Uses of Class
org.geotools.api.filter.capability.GeometryOperand
-
Packages that use GeometryOperand Package Description net.opengis.fes20.impl org.geotools.api.filter Filters features according their properties.org.geotools.api.filter.capability org.geotools.filter org.geotools.filter.capability -
-
Uses of GeometryOperand in net.opengis.fes20.impl
Methods in net.opengis.fes20.impl that return types with arguments of type GeometryOperand Modifier and Type Method Description Collection<GeometryOperand>
SpatialCapabilitiesTypeImpl. getGeometryOperands()
Collection<GeometryOperand>
SpatialOperatorTypeImpl. getGeometryOperands()
-
Uses of GeometryOperand in org.geotools.api.filter
Methods in org.geotools.api.filter with parameters of type GeometryOperand Modifier and Type Method Description SpatialCapabilities
FilterFactory. spatialCapabilities(GeometryOperand[] geometryOperands, SpatialOperators spatial)
spatial capabilitiesSpatialOperator
FilterFactory. 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 GeometryOperand Modifier and Type Field Description static GeometryOperand
GeometryOperand. Arc
"http://www.opengis.net/gml/Arc"
static GeometryOperand
GeometryOperand. ArcByBulge
"http://www.opengis.net/gml/ArcByBulge"
static GeometryOperand
GeometryOperand. ArcByCenterPoint
"http://www.opengis.net/gml/ArcByCenterPoint"
static GeometryOperand
GeometryOperand. Bezier
"http://www.opengis.net/gml/Bezier"
static GeometryOperand
GeometryOperand. Circle
"http://www.opengis.net/gml/Circle"
static GeometryOperand
GeometryOperand. CircleByCenterPoint
"http://www.opengis.net/gml/CircleByCenterPoint"
static GeometryOperand
GeometryOperand. Clothoid
"http://www.opengis.net/gml/Clothoid"
static GeometryOperand
GeometryOperand. CubicSpline
"http://www.opengis.net/gml/CubicSpline"
static GeometryOperand
GeometryOperand. Envelope
"http://www.opengis.net/gml/Envelope"
static GeometryOperand
GeometryOperand. Geodesic
"http://www.opengis.net/gml/Geodesic"
static GeometryOperand
GeometryOperand. LineString
"http://www.opengis.net/gml/LineString"
static GeometryOperand
GeometryOperand. OffsetCurve
"http://www.opengis.net/gml/OffsetCurve"
static GeometryOperand
GeometryOperand. Point
"http://www.opengis.net/gml/Point"
static GeometryOperand
GeometryOperand. Polygon
"http://www.opengis.net/gml/Polygon"
static GeometryOperand
GeometryOperand. PolyhedralSurface
"http://www.opengis.net/gml/PolyhedralSurface"
static GeometryOperand
GeometryOperand. Solid
"http://www.opengis.net/gml/Solid"
static GeometryOperand
GeometryOperand. Tin
"http://www.opengis.net/gml/Tin"
static GeometryOperand
GeometryOperand. Triangle
"http://www.opengis.net/gml/Triangle"
static GeometryOperand
GeometryOperand. TriangulatedSurface
"http://www.opengis.net/gml/TriangulatedSurface"
Methods in org.geotools.api.filter.capability that return GeometryOperand Modifier and Type Method Description static GeometryOperand
GeometryOperand. get(String namespaceURI, String name)
Returns the geometry operand for the given name.Methods in org.geotools.api.filter.capability that return types with arguments of type GeometryOperand Modifier and Type Method Description Collection<GeometryOperand>
SpatialCapabilities. getGeometryOperands()
Supported geometry operands.Collection<GeometryOperand>
SpatialOperator. getGeometryOperands()
Returns the geometryOperands. -
Uses of GeometryOperand in org.geotools.filter
Methods in org.geotools.filter with parameters of type GeometryOperand Modifier and Type Method Description SpatialCapabilities
FilterFactoryImpl. spatialCapabilities(GeometryOperand[] geometryOperands, SpatialOperators spatial)
SpatialOperator
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 GeometryOperand Modifier and Type Method Description Collection<GeometryOperand>
SpatialCapabiltiesImpl. getGeometryOperands()
Collection<GeometryOperand>
SpatialOperatorImpl. getGeometryOperands()
Method parameters in org.geotools.filter.capability with type arguments of type GeometryOperand Modifier and Type Method Description void
SpatialCapabiltiesImpl. setGeometryOperands(Collection<GeometryOperand> geometryOperands)
void
SpatialOperatorImpl. setGeometryOperands(Collection<GeometryOperand> geometryOperands)
Constructors in org.geotools.filter.capability with parameters of type GeometryOperand Constructor Description SpatialCapabiltiesImpl(GeometryOperand[] geometryOperands, SpatialOperators spatialOperators)
SpatialOperatorImpl(String name, GeometryOperand... geometryOperands)
Constructor parameters in org.geotools.filter.capability with type arguments of type GeometryOperand Constructor Description SpatialCapabiltiesImpl(Collection<GeometryOperand> geometryOperands, SpatialOperators spatialOperators)
SpatialOperatorImpl(String name, Collection<GeometryOperand> geometryOperands)
-