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

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

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
           
static GeometryOperand GeometryOperand.ArcByBulge
           
static GeometryOperand GeometryOperand.ArcByCenterPoint
           
static GeometryOperand GeometryOperand.Bezier
           
static GeometryOperand GeometryOperand.Circle
           
static GeometryOperand GeometryOperand.CircleByCenterPoint
           
static GeometryOperand GeometryOperand.Clothoid
           
static GeometryOperand GeometryOperand.CubicSpline
           
static GeometryOperand GeometryOperand.Envelope
           
static GeometryOperand GeometryOperand.Geodesic
           
static GeometryOperand GeometryOperand.LineString
           
static GeometryOperand GeometryOperand.OffsetCurve
           
static GeometryOperand GeometryOperand.Point
           
static GeometryOperand GeometryOperand.Polygon
           
static GeometryOperand GeometryOperand.PolyhedralSurface
           
static GeometryOperand GeometryOperand.Solid
           
static GeometryOperand GeometryOperand.Tin
           
static GeometryOperand GeometryOperand.Triangle
           
static GeometryOperand GeometryOperand.TriangulatedSurface
           
 

Methods in org.opengis.filter.capability that return GeometryOperand
static GeometryOperand GeometryOperand.get(String namespaceURI, String name)
           
 GeometryOperand[] SpatialOperator.getGeometryOperands()
          Returns the geometryOperands.
 GeometryOperand[] SpatialCapabilities.getGeometryOperands()
          Supported geometry operands.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.