org.geotools.sld.v1_1
Class SLD

Object
  extended by XSD
      extended by SLD

public final class SLD
extends XSD

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


Field Summary
static QName _CoverageConstraint
           
static QName _CoverageExtent
           
static QName _Extent
           
static QName _FeatureTypeConstraint
           
static QName _InlineFeature
           
static QName _LayerCoverageConstraints
           
static QName _LayerFeatureConstraints
           
static QName _NamedLayer
           
static QName _NamedStyle
           
static QName _RangeAxis
           
static QName _RemoteOWS
           
static QName _Service
           
static QName _StyledLayerDescriptor
           
static QName _UserLayer
           
static QName _UserStyle
           
static QName _UseSLDLibrary
           
static QName CoverageConstraint
           
static QName CoverageExtent
           
static QName DescribeLayerResponse
           
static QName DescribeLayerResponseType
           
static QName ElevationType
           
static QName ExceptionsType
           
static QName Extent
           
static QName FeatureTypeConstraint
           
static QName GetMap
           
static QName GetMapType
           
static QName InlineFeature
           
static QName IntervalType
           
static QName IsDefault
           
static QName LayerCoverageConstraints
           
static QName LayerDescriptionType
           
static QName LayerFeatureConstraints
           
static QName NamedLayer
           
static QName NamedStyle
           
static String NAMESPACE
           
static QName OutputType
           
static QName OutputType_Size
           
static QName owsTypeType
           
static QName RangeAxis
           
static QName RemoteOWS
           
static QName Service
           
static QName StyledLayerDescriptor
           
static QName TimePeriod
           
static QName TypeNameType
           
static QName UserLayer
           
static QName UserStyle
           
static QName UseSLDLibrary
           
static QName Value
           
 
Fields inherited from class XSD
LOGGER, schema, typeMappingProfile, typeSchema
 
Method Summary
protected  void addDependencies(Set dependencies)
          Subclass hook to add additional dependencies.
static SLD getInstance()
          Returns the singleton instance.
 String getNamespaceURI()
          Returns 'http://www.opengis.net/sld'.
 String getSchemaLocation()
          Returns the location of 'all.xsd.'.
 
Methods inherited from class XSD
allDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocationResolver, createSchemaLocator, dispose, equals, getAllDependencies, getAllTypeMappingProfiles, getDependencies, getSchema, getSupplementarySchemaLocator, getTypeMappingProfile, getTypeSchema, hashCode, name, qName, 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

DescribeLayerResponseType

public static final QName DescribeLayerResponseType

ElevationType

public static final QName ElevationType

ExceptionsType

public static final QName ExceptionsType

GetMapType

public static final QName GetMapType

IntervalType

public static final QName IntervalType

LayerDescriptionType

public static final QName LayerDescriptionType

OutputType

public static final QName OutputType

owsTypeType

public static final QName owsTypeType

TypeNameType

public static final QName TypeNameType

_CoverageConstraint

public static final QName _CoverageConstraint

_CoverageExtent

public static final QName _CoverageExtent

_Extent

public static final QName _Extent

_FeatureTypeConstraint

public static final QName _FeatureTypeConstraint

_InlineFeature

public static final QName _InlineFeature

_LayerCoverageConstraints

public static final QName _LayerCoverageConstraints

_LayerFeatureConstraints

public static final QName _LayerFeatureConstraints

_NamedLayer

public static final QName _NamedLayer

_NamedStyle

public static final QName _NamedStyle

_RangeAxis

public static final QName _RangeAxis

_RemoteOWS

public static final QName _RemoteOWS

_Service

public static final QName _Service

_StyledLayerDescriptor

public static final QName _StyledLayerDescriptor

_UserLayer

public static final QName _UserLayer

_UserStyle

public static final QName _UserStyle

_UseSLDLibrary

public static final QName _UseSLDLibrary

OutputType_Size

public static final QName OutputType_Size

CoverageConstraint

public static final QName CoverageConstraint

CoverageExtent

public static final QName CoverageExtent

DescribeLayerResponse

public static final QName DescribeLayerResponse

Extent

public static final QName Extent

FeatureTypeConstraint

public static final QName FeatureTypeConstraint

GetMap

public static final QName GetMap

InlineFeature

public static final QName InlineFeature

IsDefault

public static final QName IsDefault

LayerCoverageConstraints

public static final QName LayerCoverageConstraints

LayerFeatureConstraints

public static final QName LayerFeatureConstraints

NamedLayer

public static final QName NamedLayer

NamedStyle

public static final QName NamedStyle

RangeAxis

public static final QName RangeAxis

RemoteOWS

public static final QName RemoteOWS

Service

public static final QName Service

StyledLayerDescriptor

public static final QName StyledLayerDescriptor

TimePeriod

public static final QName TimePeriod

UserLayer

public static final QName UserLayer

UserStyle

public static final QName UserStyle

UseSLDLibrary

public static final QName UseSLDLibrary

Value

public static final QName Value
Method Detail

getInstance

public static final SLD getInstance()
Returns 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/sld'.

Specified by:
getNamespaceURI in class XSD

getSchemaLocation

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

Specified by:
getSchemaLocation in class XSD


Copyright © 1996-2014 Geotools. All Rights Reserved.