Class OGC

Object
XSD
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 Details

    • NAMESPACE

      public static final String NAMESPACE
      See Also:
    • 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
    • Distance

      public static final QName Distance
  • Method Details

    • getInstance

      public static OGC getInstance()
      The singleton instance.
    • addDependencies

      protected void addDependencies(Set<XSD> 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