Package | Description |
---|---|
org.geotools.filter | |
org.geotools.filter.capability | |
org.opengis.filter |
Filters features according their properties.
|
org.opengis.filter.capability |
Modifier and Type | Method and Description |
---|---|
SpatialCapabilities |
FilterFactoryImpl.spatialCapabilities(GeometryOperand[] geometryOperands,
SpatialOperators spatial) |
SpatialOperator |
FilterFactoryImpl.spatialOperator(String name,
GeometryOperand[] geometryOperands) |
Modifier and Type | Method and Description |
---|---|
Collection<GeometryOperand> |
SpatialOperatorImpl.getGeometryOperands() |
Collection<GeometryOperand> |
SpatialCapabiltiesImpl.getGeometryOperands() |
Modifier and Type | Method and Description |
---|---|
void |
SpatialOperatorImpl.setGeometryOperands(Collection<GeometryOperand> geometryOperands) |
void |
SpatialCapabiltiesImpl.setGeometryOperands(Collection<GeometryOperand> geometryOperands) |
Constructor and Description |
---|
SpatialCapabiltiesImpl(GeometryOperand[] geometryOperands,
SpatialOperators spatialOperators) |
SpatialOperatorImpl(String name,
GeometryOperand... geometryOperands) |
Constructor and Description |
---|
SpatialCapabiltiesImpl(Collection<GeometryOperand> geometryOperands,
SpatialOperators spatialOperators) |
SpatialOperatorImpl(String name,
Collection<GeometryOperand> geometryOperands) |
Modifier and Type | Method and Description |
---|---|
SpatialCapabilities |
FilterFactory.spatialCapabilities(GeometryOperand[] geometryOperands,
SpatialOperators spatial)
spatial capabilities
|
SpatialOperator |
FilterFactory.spatialOperator(String name,
GeometryOperand... geometryOperands)
spatial operator
|
Modifier and Type | Field and 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" |
Modifier and Type | Method and Description |
---|---|
static GeometryOperand |
GeometryOperand.get(String namespaceURI,
String name)
Returns the geometry operand for the given name.
|
Modifier and Type | Method and Description |
---|---|
Collection<GeometryOperand> |
SpatialCapabilities.getGeometryOperands()
Supported geometry operands.
|
Collection<GeometryOperand> |
SpatialOperator.getGeometryOperands()
Returns the geometryOperands.
|
Copyright © 1996–2022 Geotools. All rights reserved.