org.geotools.filter.v1_0
Class OGC

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

Field Detail

NAMESPACE

public static final java.lang.String NAMESPACE
See Also:
Constant Field Values

BBOXType

public static final javax.xml.namespace.QName BBOXType

BinaryComparisonOpType

public static final javax.xml.namespace.QName BinaryComparisonOpType

BinaryLogicOpType

public static final javax.xml.namespace.QName BinaryLogicOpType

BinaryOperatorType

public static final javax.xml.namespace.QName BinaryOperatorType

BinarySpatialOpType

public static final javax.xml.namespace.QName BinarySpatialOpType

ComparisonOpsType

public static final javax.xml.namespace.QName ComparisonOpsType

DistanceBufferType

public static final javax.xml.namespace.QName DistanceBufferType

DistanceType

public static final javax.xml.namespace.QName DistanceType

ExpressionType

public static final javax.xml.namespace.QName ExpressionType

FeatureIdType

public static final javax.xml.namespace.QName FeatureIdType

FilterType

public static final javax.xml.namespace.QName FilterType

FunctionType

public static final javax.xml.namespace.QName FunctionType

LiteralType

public static final javax.xml.namespace.QName LiteralType

LogicOpsType

public static final javax.xml.namespace.QName LogicOpsType

LowerBoundaryType

public static final javax.xml.namespace.QName LowerBoundaryType

PropertyIsBetweenType

public static final javax.xml.namespace.QName PropertyIsBetweenType

PropertyIsLikeType

public static final javax.xml.namespace.QName PropertyIsLikeType

PropertyIsNullType

public static final javax.xml.namespace.QName PropertyIsNullType

PropertyNameType

public static final javax.xml.namespace.QName PropertyNameType

SpatialOpsType

public static final javax.xml.namespace.QName SpatialOpsType

UnaryLogicOpType

public static final javax.xml.namespace.QName UnaryLogicOpType

UpperBoundaryType

public static final javax.xml.namespace.QName UpperBoundaryType

Add

public static final javax.xml.namespace.QName Add

And

public static final javax.xml.namespace.QName And

BBOX

public static final javax.xml.namespace.QName BBOX

Beyond

public static final javax.xml.namespace.QName Beyond

comparisonOps

public static final javax.xml.namespace.QName comparisonOps

Contains

public static final javax.xml.namespace.QName Contains

Crosses

public static final javax.xml.namespace.QName Crosses

Disjoint

public static final javax.xml.namespace.QName Disjoint

Div

public static final javax.xml.namespace.QName Div

DWithin

public static final javax.xml.namespace.QName DWithin

Equals

public static final javax.xml.namespace.QName Equals

expression

public static final javax.xml.namespace.QName expression

FeatureId

public static final javax.xml.namespace.QName FeatureId

Filter

public static final javax.xml.namespace.QName Filter

Function

public static final javax.xml.namespace.QName Function

Intersects

public static final javax.xml.namespace.QName Intersects

Literal

public static final javax.xml.namespace.QName Literal

logicOps

public static final javax.xml.namespace.QName logicOps

Mul

public static final javax.xml.namespace.QName Mul

Not

public static final javax.xml.namespace.QName Not

Or

public static final javax.xml.namespace.QName Or

Overlaps

public static final javax.xml.namespace.QName Overlaps

PropertyIsBetween

public static final javax.xml.namespace.QName PropertyIsBetween

PropertyIsEqualTo

public static final javax.xml.namespace.QName PropertyIsEqualTo

PropertyIsGreaterThan

public static final javax.xml.namespace.QName PropertyIsGreaterThan

PropertyIsGreaterThanOrEqualTo

public static final javax.xml.namespace.QName PropertyIsGreaterThanOrEqualTo

PropertyIsLessThan

public static final javax.xml.namespace.QName PropertyIsLessThan

PropertyIsLessThanOrEqualTo

public static final javax.xml.namespace.QName PropertyIsLessThanOrEqualTo

PropertyIsLike

public static final javax.xml.namespace.QName PropertyIsLike

PropertyIsNotEqualTo

public static final javax.xml.namespace.QName PropertyIsNotEqualTo

PropertyIsNull

public static final javax.xml.namespace.QName PropertyIsNull

PropertyName

public static final javax.xml.namespace.QName PropertyName

spatialOps

public static final javax.xml.namespace.QName spatialOps

Sub

public static final javax.xml.namespace.QName Sub

Touches

public static final javax.xml.namespace.QName Touches

Within

public static final javax.xml.namespace.QName Within
Method Detail

getInstance

public static OGC getInstance()
The singleton instance.


addDependencies

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

Overrides:
addDependencies in class XSD

getNamespaceURI

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

Specified by:
getNamespaceURI in class XSD

getSchemaLocation

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

Specified by:
getSchemaLocation in class XSD


Copyright © 1996-2010 Geotools. All Rights Reserved.