org.geotools.filter.v1_0
Class OGC

Object
  extended by XSD
      extended by OGC

public final class OGC
extends XSD

This interface contains the qualified names of all the types,elements, and attributes in the http://www.opengis.net/ogc schema.


Field Summary
static QName Add
           
static QName And
           
static QName BBOX
           
static QName BBOXType
           
static QName Beyond
           
static QName BinaryComparisonOpType
           
static QName BinaryLogicOpType
           
static QName BinaryOperatorType
           
static QName BinarySpatialOpType
           
static QName comparisonOps
           
static QName ComparisonOpsType
           
static QName Contains
           
static QName Crosses
           
static QName Disjoint
           
static QName DistanceBufferType
           
static QName DistanceType
           
static QName Div
           
static QName DWithin
           
static QName Equals
           
static QName expression
           
static QName ExpressionType
           
static QName FeatureId
           
static QName FeatureIdType
           
static QName Filter
           
static QName FilterType
           
static QName Function
           
static QName FunctionType
           
static QName Intersects
           
static QName Literal
           
static QName LiteralType
           
static QName logicOps
           
static QName LogicOpsType
           
static QName LowerBoundaryType
           
static QName Mul
           
static String NAMESPACE
           
static QName Not
           
static QName Or
           
static QName Overlaps
           
static QName PropertyIsBetween
           
static QName PropertyIsBetweenType
           
static QName PropertyIsEqualTo
           
static QName PropertyIsGreaterThan
           
static QName PropertyIsGreaterThanOrEqualTo
           
static QName PropertyIsLessThan
           
static QName PropertyIsLessThanOrEqualTo
           
static QName PropertyIsLike
           
static QName PropertyIsLikeType
           
static QName PropertyIsNotEqualTo
           
static QName PropertyIsNull
           
static QName PropertyIsNullType
           
static QName PropertyName
           
static QName PropertyNameType
           
static QName spatialOps
           
static QName SpatialOpsType
           
static QName Sub
           
static QName Touches
           
static QName UnaryLogicOpType
           
static QName UpperBoundaryType
           
static QName Within
           
 
Fields inherited from class XSD
LOGGER, schema
 
Method Summary
protected  void addDependencies(Set dependencies)
          Subclass hook to add additional dependencies.
static OGC getInstance()
          The singleton instance.
 String getNamespaceURI()
          Returns 'http://www.opengis.net/ogc'.
 String getSchemaLocation()
          Returns the location of 'filter.xsd'.
 
Methods inherited from class XSD
allDependencies, buildSchema, createSchemaLocationResolver, createSchemaLocator, equals, getDependencies, getSchema, hashCode, toString
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

BBOXType

public static final QName BBOXType

BinaryComparisonOpType

public static final QName BinaryComparisonOpType

BinaryLogicOpType

public static final QName BinaryLogicOpType

BinaryOperatorType

public static final QName BinaryOperatorType

BinarySpatialOpType

public static final QName BinarySpatialOpType

ComparisonOpsType

public static final QName ComparisonOpsType

DistanceBufferType

public static final QName DistanceBufferType

DistanceType

public static final QName DistanceType

ExpressionType

public static final QName ExpressionType

FeatureIdType

public static final QName FeatureIdType

FilterType

public static final QName FilterType

FunctionType

public static final QName FunctionType

LiteralType

public static final QName LiteralType

LogicOpsType

public static final QName LogicOpsType

LowerBoundaryType

public static final QName LowerBoundaryType

PropertyIsBetweenType

public static final QName PropertyIsBetweenType

PropertyIsLikeType

public static final QName PropertyIsLikeType

PropertyIsNullType

public static final QName PropertyIsNullType

PropertyNameType

public static final QName PropertyNameType

SpatialOpsType

public static final QName SpatialOpsType

UnaryLogicOpType

public static final QName UnaryLogicOpType

UpperBoundaryType

public static final QName UpperBoundaryType

Add

public static final QName Add

And

public static final QName And

BBOX

public static final QName BBOX

Beyond

public static final QName Beyond

comparisonOps

public static final QName comparisonOps

Contains

public static final QName Contains

Crosses

public static final QName Crosses

Disjoint

public static final QName Disjoint

Div

public static final QName Div

DWithin

public static final QName DWithin

Equals

public static final QName Equals

expression

public static final QName expression

FeatureId

public static final QName FeatureId

Filter

public static final QName Filter

Function

public static final QName Function

Intersects

public static final QName Intersects

Literal

public static final QName Literal

logicOps

public static final QName logicOps

Mul

public static final QName Mul

Not

public static final QName Not

Or

public static final QName Or

Overlaps

public static final QName Overlaps

PropertyIsBetween

public static final QName PropertyIsBetween

PropertyIsEqualTo

public static final QName PropertyIsEqualTo

PropertyIsGreaterThan

public static final QName PropertyIsGreaterThan

PropertyIsGreaterThanOrEqualTo

public static final QName PropertyIsGreaterThanOrEqualTo

PropertyIsLessThan

public static final QName PropertyIsLessThan

PropertyIsLessThanOrEqualTo

public static final QName PropertyIsLessThanOrEqualTo

PropertyIsLike

public static final QName PropertyIsLike

PropertyIsNotEqualTo

public static final QName PropertyIsNotEqualTo

PropertyIsNull

public static final QName PropertyIsNull

PropertyName

public static final QName PropertyName

spatialOps

public static final QName spatialOps

Sub

public static final QName Sub

Touches

public static final QName Touches

Within

public static final QName Within
Method Detail

getInstance

public static OGC getInstance()
The singleton instance.


addDependencies

protected void addDependencies(Set dependencies)
Description copied from class: XSD
Subclass hook to add additional dependencies.

Overrides:
addDependencies in class XSD

getNamespaceURI

public String getNamespaceURI()
Returns 'http://www.opengis.net/ogc'.

Specified by:
getNamespaceURI in class XSD

getSchemaLocation

public String getSchemaLocation()
Returns the location of 'filter.xsd'.

Specified by:
getSchemaLocation in class XSD


Copyright © 1996-2009 Geotools. All Rights Reserved.