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
          "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 © 1994-2012 Open Geospatial Consortium. All Rights Reserved.