Class TLcdSEDataTypes

java.lang.Object
com.luciad.ogc.sld.model.TLcdSEDataTypes

public class TLcdSEDataTypes extends Object
This class provides access to the data model and the types of http://www.opengis.net/se/super.

Refer to the package javadoc for more information about this domain model.

The data model and its types are typically used to:

  • introspect the data structures (types, properties) of the domain model in a generic way
  • create Java instances for XML types which don't have a dedicated Java class equivalent
  • configure an XML decoder for decoding data of this data model:
    new TLcdXMLSchemaBasedDecoder().configure(getDataModel())
  • configure an XML encoder for encoding data of this data model:
    new TLcdXMLSchemaBasedEncoder().configure(getDataModel())
  • set up transformations between data models

This mapping has been automatically generated based on the XML schema net/opengis/se/super/StyledLayerDescriptor.xsd.

The display names of the entities in this data model can be customized by creating a resource bundle with base name com/luciad/ogc/sld/model/TLcdSEDataTypes. See TLcdResourceBundleDataModelDisplayNameProvider for more details on the required structure of the resource bundle.

Since:
2012.1
See Also:
  • Field Details

    • ParameterValueType

      public static final TLcdDataType ParameterValueType
    • CategorizeType

      public static final TLcdDataType CategorizeType
    • RecodeType

      public static final TLcdDataType RecodeType
    • ConcatenateType

      public static final TLcdDataType ConcatenateType
    • CategorizeType__thresholdsBelongTo

      public static final TLcdDataType CategorizeType__thresholdsBelongTo
    • DescriptionType

      public static final TLcdDataType DescriptionType
    • InterpolateType__method

      public static final TLcdDataType InterpolateType__method
    • ColorMapType

      public static final TLcdDataType ColorMapType
    • StringPositionType

      public static final TLcdDataType StringPositionType
    • ColorMapEntryType

      public static final TLcdDataType ColorMapEntryType
    • SelectedChannelType

      public static final TLcdDataType SelectedChannelType
    • LineSymbolizerType

      public static final TLcdDataType LineSymbolizerType
    • TrimType

      public static final TLcdDataType TrimType
    • HistogramType

      public static final TLcdDataType HistogramType
    • InterpolateType

      public static final TLcdDataType InterpolateType
    • RasterSymbolizerType

      public static final TLcdDataType RasterSymbolizerType
    • LabelPlacementType

      public static final TLcdDataType LabelPlacementType
    • MarkType

      public static final TLcdDataType MarkType
    • StrokeType

      public static final TLcdDataType StrokeType
    • ChangeCaseType

      public static final TLcdDataType ChangeCaseType
    • ContrastEnhancementType

      public static final TLcdDataType ContrastEnhancementType
    • GraphicType

      public static final TLcdDataType GraphicType
    • TextSymbolizerType

      public static final TLcdDataType TextSymbolizerType
    • MapItemType

      public static final TLcdDataType MapItemType
    • GeometryType

      public static final TLcdDataType GeometryType
    • AnchorPointType

      public static final TLcdDataType AnchorPointType
    • StringLengthType

      public static final TLcdDataType StringLengthType
    • PointSymbolizerType

      public static final TLcdDataType PointSymbolizerType
    • ChannelSelectionType

      public static final TLcdDataType ChannelSelectionType
    • FontType

      public static final TLcdDataType FontType
    • VendorOptionType

      public static final TLcdDataType VendorOptionType
    • OverlapBehavior

      public static final TLcdDataType OverlapBehavior
    • StringPositionType__searchDirection

      public static final TLcdDataType StringPositionType__searchDirection
    • PointPlacementType

      public static final TLcdDataType PointPlacementType
    • LinePlacementType

      public static final TLcdDataType LinePlacementType
    • FeatureTypeStyleType

      public static final TLcdDataType FeatureTypeStyleType
    • InlineContentType

      public static final TLcdDataType InlineContentType
    • SymbolizerType

      public static final TLcdDataType SymbolizerType
    • SubstringType

      public static final TLcdDataType SubstringType
    • InterpolationPointType

      public static final TLcdDataType InterpolationPointType
    • HaloType

      public static final TLcdDataType HaloType
    • OnlineResourceType

      public static final TLcdDataType OnlineResourceType
    • InterpolateType__mode

      public static final TLcdDataType InterpolateType__mode
    • FillType

      public static final TLcdDataType FillType
    • TrimType__stripOffPosition

      public static final TLcdDataType TrimType__stripOffPosition
    • FunctionType

      public static final TLcdDataType FunctionType
    • ShadedReliefType

      public static final TLcdDataType ShadedReliefType
    • PolygonSymbolizerType

      public static final TLcdDataType PolygonSymbolizerType
    • FormatNumberType

      public static final TLcdDataType FormatNumberType
    • VariableOnlineResourceType

      public static final TLcdDataType VariableOnlineResourceType
    • InlineContentType__encoding

      public static final TLcdDataType InlineContentType__encoding
    • RuleType

      public static final TLcdDataType RuleType
    • NormalizeType

      public static final TLcdDataType NormalizeType
    • CssParameterType

      public static final TLcdDataType CssParameterType
    • FormatDateType

      public static final TLcdDataType FormatDateType
    • ImageOutlineType

      public static final TLcdDataType ImageOutlineType
    • ExternalGraphicType

      public static final TLcdDataType ExternalGraphicType
    • ChangeCaseType__direction

      public static final TLcdDataType ChangeCaseType__direction
    • DisplacementType

      public static final TLcdDataType DisplacementType
  • Method Details

    • getDataModel

      public static TLcdDataModel getDataModel()
      Returns the data model for http://www.opengis.net/se/super.
      Returns:
      the data model