org.opengis.filter.capability
Interface FilterCapabilities

Show UML class diagram

public interface FilterCapabilities

FilterCapabilitiesBean used to represent Filter expressions according to the 1.0.0 as well as the 1.1.1 Filter Encoding Implementation Specification.


Field Summary
static String VERSION_100
          Version String for Filter 1.0 specification
static String VERSION_110
          Version String for Filter 1.1 specification
 
Method Summary
 IdCapabilities getIdCapabilities()
           
 ScalarCapabilities getScalarCapabilities()
           
 SpatialCapabilities getSpatialCapabilities()
           
 String getVersion()
          Returns the version.
 

Field Detail

VERSION_100

static final String VERSION_100
Version String for Filter 1.0 specification

See Also:
Constant Field Values

VERSION_110

static final String VERSION_110
Version String for Filter 1.1 specification

See Also:
Constant Field Values
Method Detail

getScalarCapabilities

@UML(identifier="scalarCapabilities",
     specification=UNSPECIFIED)
ScalarCapabilities getScalarCapabilities()

getSpatialCapabilities

@UML(identifier="spatialCapabilities",
     specification=UNSPECIFIED)
SpatialCapabilities getSpatialCapabilities()

getIdCapabilities

@UML(identifier="idCapabilities",
     specification=UNSPECIFIED)
IdCapabilities getIdCapabilities()

getVersion

String getVersion()
Returns the version.



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