Uses of Class
org.opengis.filter.capability.GeometryOperand

Packages that use GeometryOperand
org.geotools.filter   
org.geotools.filter.capability   
org.opengis.filter Filters features according their properties. 
org.opengis.filter.capability   
 

Uses of GeometryOperand in org.geotools.filter
 

Methods in org.geotools.filter with parameters of type GeometryOperand
 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
 Collection<GeometryOperand> SpatialCapabiltiesImpl.getGeometryOperands()
           
 Collection<GeometryOperand> SpatialOperatorImpl.getGeometryOperands()
           
 

Method parameters in org.geotools.filter.capability with type arguments of type GeometryOperand
 void SpatialCapabiltiesImpl.setGeometryOperands(Collection<GeometryOperand> geometryOperands)
           
 void SpatialOperatorImpl.setGeometryOperands(Collection<GeometryOperand> geometryOperands)
           
 

Constructors in org.geotools.filter.capability with parameters of type GeometryOperand
SpatialCapabiltiesImpl(GeometryOperand[] geometryOperands, SpatialOperators spatialOperators)
           
SpatialOperatorImpl(String name, GeometryOperand[] geometryOperands)
           
 

Constructor parameters in org.geotools.filter.capability with type arguments of type GeometryOperand
SpatialCapabiltiesImpl(Collection<GeometryOperand> geometryOperands, SpatialOperators spatialOperators)
           
SpatialOperatorImpl(String name, Collection<GeometryOperand> geometryOperands)
           
 

Uses of GeometryOperand in org.opengis.filter
 

Methods in org.opengis.filter with parameters of type GeometryOperand
 SpatialCapabilities FilterFactory.spatialCapabilities(GeometryOperand[] geometryOperands, SpatialOperators spatial)
          spatial capabilities
 SpatialOperator FilterFactory.spatialOperator(String name, GeometryOperand[] geometryOperands)
          spatial operator
 

Uses of GeometryOperand in org.opengis.filter.capability
 

Fields in org.opengis.filter.capability declared as GeometryOperand
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.opengis.filter.capability that return GeometryOperand
static GeometryOperand GeometryOperand.get(String namespaceURI, String name)
          Returns the geometry operand for the given name.
 

Methods in org.opengis.filter.capability that return types with arguments of type GeometryOperand
 Collection<GeometryOperand> SpatialOperator.getGeometryOperands()
          Returns the geometryOperands.
 Collection<GeometryOperand> SpatialCapabilities.getGeometryOperands()
          Supported geometry operands.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.