Package org.geotools.sld.v1_1
Class 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
-
Fields inherited from class XSD
LOGGER, schema, typeMappingProfile, typeSchema
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addDependencies(Set<XSD> 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
-
-
-
-
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
-
Background
public static final QName Background
-
-
Method Detail
-
getInstance
public static final SLD getInstance()
Returns the singleton instance.
-
addDependencies
protected void addDependencies(Set<XSD> dependencies)
Description copied from class:XSD
Subclass hook to add additional dependencies.- Overrides:
addDependencies
in classXSD
-
getNamespaceURI
public String getNamespaceURI()
Returns 'http://www.opengis.net/sld'.- Specified by:
getNamespaceURI
in classXSD
-
getSchemaLocation
public String getSchemaLocation()
Returns the location of 'all.xsd.'.- Specified by:
getSchemaLocation
in classXSD
-
-