Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Imported schema Raster.xsd
Namespace http://www.opengis.net/se/2.0/raster
Annotations
RASTER Symbolizer
Properties
attribute form default unqualified
element form default qualified
Element rse:RasterSymbolizer
Namespace http://www.opengis.net/se/2.0/raster
Annotations
A "RasterSymbolizer" is used to specify the rendering of raster/matrix-coverage data (e.g., satellite images, DEMs).
Diagram
Diagram Core_xsd.tmp#SymbolizerType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#LegendGraphic Core_xsd.tmp#Extension Core_xsd.tmp#SymbolizerType Raster_xsd.tmp#RasterSymbolizerType_uom Core_xsd.tmp#Geometry Core_xsd.tmp#Opacity Raster_xsd.tmp#ChannelSelection Raster_xsd.tmp#OverlapBehavior Raster_xsd.tmp#ColorMap Raster_xsd.tmp#ContrastEnhancement Raster_xsd.tmp#ShadedRelief Raster_xsd.tmp#ImageOutline Raster_xsd.tmp#RasterSymbolizerType Core_xsd.tmp#Symbolizer
Type rse:RasterSymbolizerType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children rse:ChannelSelection, rse:ColorMap, rse:ContrastEnhancement, rse:ImageOutline, rse:OverlapBehavior, rse:ShadedRelief, se:Description, se:Extension, se:Geometry, se:LegendGraphic, se:Name, se:Opacity
Instance
<rse:RasterSymbolizer uom="" version="" xmlns:rse="http://www.opengis.net/se/2.0/raster" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Name>{0,1}</se:Name>
  <se:Description>{0,1}</se:Description>
  <se:LegendGraphic>{0,1}</se:LegendGraphic>
  <se:Extension>{0,1}</se:Extension>
  <se:Geometry>{0,1}</se:Geometry>
  <se:Opacity>{0,1}</se:Opacity>
  <rse:ChannelSelection>{0,1}</rse:ChannelSelection>
  <rse:OverlapBehavior>{0,1}</rse:OverlapBehavior>
  <rse:ColorMap>{0,1}</rse:ColorMap>
  <rse:ContrastEnhancement>{0,1}</rse:ContrastEnhancement>
  <rse:ShadedRelief>{0,1}</rse:ShadedRelief>
  <rse:ImageOutline>{0,1}</rse:ImageOutline>
</rse:RasterSymbolizer>
Attributes
QName Type Use
uom se:UomType optional
version se:VersionType optional
Source
<xsd:element name="RasterSymbolizer" type="rse:RasterSymbolizerType" substitutionGroup="se:Symbolizer">
  <xsd:annotation>
    <xsd:documentation>A "RasterSymbolizer" is used to specify the rendering of raster/matrix-coverage data (e.g., satellite images, DEMs).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element rse:ChannelSelection
Namespace http://www.opengis.net/se/2.0/raster
Annotations
"ChannelSelection" specifies the false-color channel selection for a multi-spectral raster source.
Diagram
Diagram Raster_xsd.tmp#RedChannel Raster_xsd.tmp#GreenChannel Raster_xsd.tmp#BlueChannel Raster_xsd.tmp#GrayChannel Raster_xsd.tmp#ChannelSelectionType
Type rse:ChannelSelectionType
Properties
content complex
Used by
Model
Children rse:BlueChannel, rse:GrayChannel, rse:GreenChannel, rse:RedChannel
Instance
<rse:ChannelSelection xmlns:rse="http://www.opengis.net/se/2.0/raster">
  <rse:RedChannel>{1,1}</rse:RedChannel>
  <rse:GreenChannel>{1,1}</rse:GreenChannel>
  <rse:BlueChannel>{1,1}</rse:BlueChannel>
  <rse:GrayChannel>{1,1}</rse:GrayChannel>
</rse:ChannelSelection>
Source
<xsd:element name="ChannelSelection" type="rse:ChannelSelectionType">
  <xsd:annotation>
    <xsd:documentation>"ChannelSelection" specifies the false-color channel selection for a multi-spectral raster source.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element rse:RedChannel
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram Raster_xsd.tmp#SourceChannelName Raster_xsd.tmp#ContrastEnhancement Raster_xsd.tmp#SelectedChannelType
Type rse:SelectedChannelType
Properties
content complex
Used by
Model
Children rse:ContrastEnhancement, rse:SourceChannelName
Instance
<rse:RedChannel xmlns:rse="http://www.opengis.net/se/2.0/raster">
  <rse:SourceChannelName>{1,1}</rse:SourceChannelName>
  <rse:ContrastEnhancement>{0,1}</rse:ContrastEnhancement>
</rse:RedChannel>
Source
<xsd:element name="RedChannel" type="rse:SelectedChannelType"/>
Element rse:SourceChannelName
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram
Type xsd:string
Properties
content simple
Used by
Source
<xsd:element name="SourceChannelName" type="xsd:string"/>
Element rse:ContrastEnhancement
Namespace http://www.opengis.net/se/2.0/raster
Annotations
"ContrastEnhancement" defines the 'stretching' of contrast for a channel of a false-color image or for a whole grey/color image.  Contrast enhancement is used to make ground features in images more visible.
Diagram
Diagram Raster_xsd.tmp#Normalize Raster_xsd.tmp#Histogram Raster_xsd.tmp#GammaValue Raster_xsd.tmp#ContrastEnhancementType
Type rse:ContrastEnhancementType
Properties
content complex
Used by
Model
Children rse:GammaValue, rse:Histogram, rse:Normalize
Instance
<rse:ContrastEnhancement xmlns:rse="http://www.opengis.net/se/2.0/raster">
  <rse:Normalize>{1,1}</rse:Normalize>
  <rse:Histogram>{1,1}</rse:Histogram>
  <rse:GammaValue>{0,1}</rse:GammaValue>
</rse:ContrastEnhancement>
Source
<xsd:element name="ContrastEnhancement" type="rse:ContrastEnhancementType">
  <xsd:annotation>
    <xsd:documentation>"ContrastEnhancement" defines the 'stretching' of contrast for a channel of a false-color image or for a whole grey/color image. Contrast enhancement is used to make ground features in images more visible.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element rse:Normalize
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram Raster_xsd.tmp#NormalizeType
Type rse:NormalizeType
Properties
content complex
Used by
Source
<xsd:element name="Normalize" type="rse:NormalizeType"/>
Element rse:Histogram
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram Raster_xsd.tmp#HistogramType
Type rse:HistogramType
Properties
content complex
Used by
Source
<xsd:element name="Histogram" type="rse:HistogramType"/>
Element rse:GammaValue
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram
Type xsd:double
Properties
content simple
Used by
Source
<xsd:element name="GammaValue" type="xsd:double"/>
Element rse:GreenChannel
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram Raster_xsd.tmp#SourceChannelName Raster_xsd.tmp#ContrastEnhancement Raster_xsd.tmp#SelectedChannelType
Type rse:SelectedChannelType
Properties
content complex
Used by
Model
Children rse:ContrastEnhancement, rse:SourceChannelName
Instance
<rse:GreenChannel xmlns:rse="http://www.opengis.net/se/2.0/raster">
  <rse:SourceChannelName>{1,1}</rse:SourceChannelName>
  <rse:ContrastEnhancement>{0,1}</rse:ContrastEnhancement>
</rse:GreenChannel>
Source
<xsd:element name="GreenChannel" type="rse:SelectedChannelType"/>
Element rse:BlueChannel
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram Raster_xsd.tmp#SourceChannelName Raster_xsd.tmp#ContrastEnhancement Raster_xsd.tmp#SelectedChannelType
Type rse:SelectedChannelType
Properties
content complex
Used by
Model
Children rse:ContrastEnhancement, rse:SourceChannelName
Instance
<rse:BlueChannel xmlns:rse="http://www.opengis.net/se/2.0/raster">
  <rse:SourceChannelName>{1,1}</rse:SourceChannelName>
  <rse:ContrastEnhancement>{0,1}</rse:ContrastEnhancement>
</rse:BlueChannel>
Source
<xsd:element name="BlueChannel" type="rse:SelectedChannelType"/>
Element rse:GrayChannel
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram Raster_xsd.tmp#SourceChannelName Raster_xsd.tmp#ContrastEnhancement Raster_xsd.tmp#SelectedChannelType
Type rse:SelectedChannelType
Properties
content complex
Used by
Model
Children rse:ContrastEnhancement, rse:SourceChannelName
Instance
<rse:GrayChannel xmlns:rse="http://www.opengis.net/se/2.0/raster">
  <rse:SourceChannelName>{1,1}</rse:SourceChannelName>
  <rse:ContrastEnhancement>{0,1}</rse:ContrastEnhancement>
</rse:GrayChannel>
Source
<xsd:element name="GrayChannel" type="rse:SelectedChannelType"/>
Element rse:OverlapBehavior
Namespace http://www.opengis.net/se/2.0/raster
Annotations
"OverlapBehavior" tells a system how to behave when multiple raster images in a layer overlap each other, for example with satellite-image scenes.
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
Facets
enumeration LATEST_ON_TOP
enumeration EARLIEST_ON_TOP
enumeration AVERAGE
enumeration RANDOM
Used by
Source
<xsd:element name="OverlapBehavior">
  <xsd:annotation>
    <xsd:documentation>"OverlapBehavior" tells a system how to behave when multiple raster images in a layer overlap each other, for example with satellite-image scenes.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="LATEST_ON_TOP"/>
      <xsd:enumeration value="EARLIEST_ON_TOP"/>
      <xsd:enumeration value="AVERAGE"/>
      <xsd:enumeration value="RANDOM"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Element rse:ColorMap
Namespace http://www.opengis.net/se/2.0/raster
Annotations
A "ColorMap" defines either the colors of a pallette-type raster source or the mapping of numeric pixel values to colors.
Diagram
Diagram Core_xsd.tmp#Categorize Core_xsd.tmp#Interpolate Raster_xsd.tmp#ColorMapType
Type rse:ColorMapType
Properties
content complex
Used by
Model
Children se:Categorize, se:Interpolate
Instance
<rse:ColorMap xmlns:rse="http://www.opengis.net/se/2.0/raster" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:Categorize fallbackValue="" thresholdBelongsTo="">{1,1}</se:Categorize>
  <se:Interpolate fallbackValue="" method="" mode="">{1,1}</se:Interpolate>
</rse:ColorMap>
Source
<xsd:element name="ColorMap" type="rse:ColorMapType">
  <xsd:annotation>
    <xsd:documentation>A "ColorMap" defines either the colors of a pallette-type raster source or the mapping of numeric pixel values to colors.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element rse:ShadedRelief
Namespace http://www.opengis.net/se/2.0/raster
Annotations
"ShadedRelief" specifies the application of relief shading (or "hill shading") to a DEM raster to give it somewhat of a three-dimensional effect and to make elevation changes more visible.
Diagram
Diagram Raster_xsd.tmp#BrightnessOnly Raster_xsd.tmp#ReliefFactor Raster_xsd.tmp#ShadedReliefType
Type rse:ShadedReliefType
Properties
content complex
Used by
Model
Children rse:BrightnessOnly, rse:ReliefFactor
Instance
<rse:ShadedRelief xmlns:rse="http://www.opengis.net/se/2.0/raster">
  <rse:BrightnessOnly>{0,1}</rse:BrightnessOnly>
  <rse:ReliefFactor>{0,1}</rse:ReliefFactor>
</rse:ShadedRelief>
Source
<xsd:element name="ShadedRelief" type="rse:ShadedReliefType">
  <xsd:annotation>
    <xsd:documentation>"ShadedRelief" specifies the application of relief shading (or "hill shading") to a DEM raster to give it somewhat of a three-dimensional effect and to make elevation changes more visible.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element rse:BrightnessOnly
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram
Type xsd:boolean
Properties
content simple
Used by
Complex Type rse:ShadedReliefType
Source
<xsd:element name="BrightnessOnly" type="xsd:boolean"/>
Element rse:ReliefFactor
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram
Type xsd:double
Properties
content simple
Used by
Complex Type rse:ShadedReliefType
Source
<xsd:element name="ReliefFactor" type="xsd:double"/>
Element rse:ImageOutline
Namespace http://www.opengis.net/se/2.0/raster
Annotations
"ImageOutline" specifies how individual source rasters in a multi-raster set (such as a set of satellite-image scenes) should be outlined to make the individual-image locations visible.
Diagram
Diagram Core_xsd.tmp#LineSymbolizer Core_xsd.tmp#AreaSymbolizer Raster_xsd.tmp#ImageOutlineType
Type rse:ImageOutlineType
Properties
content complex
Used by
Model
Children se:AreaSymbolizer, se:LineSymbolizer
Instance
<rse:ImageOutline xmlns:rse="http://www.opengis.net/se/2.0/raster" xmlns:se="http://www.opengis.net/se/2.0/core">
  <se:LineSymbolizer uom="" version="">{1,1}</se:LineSymbolizer>
  <se:AreaSymbolizer uom="" version="">{1,1}</se:AreaSymbolizer>
</rse:ImageOutline>
Source
<xsd:element name="ImageOutline" type="rse:ImageOutlineType">
  <xsd:annotation>
    <xsd:documentation>"ImageOutline" specifies how individual source rasters in a multi-raster set (such as a set of satellite-image scenes) should be outlined to make the individual-image locations visible.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Complex Type rse:RasterSymbolizerType
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram Core_xsd.tmp#SymbolizerType_version Core_xsd.tmp#Name Core_xsd.tmp#Description Core_xsd.tmp#LegendGraphic Core_xsd.tmp#Extension Core_xsd.tmp#SymbolizerType Raster_xsd.tmp#RasterSymbolizerType_uom Core_xsd.tmp#Geometry Core_xsd.tmp#Opacity Raster_xsd.tmp#ChannelSelection Raster_xsd.tmp#OverlapBehavior Raster_xsd.tmp#ColorMap Raster_xsd.tmp#ContrastEnhancement Raster_xsd.tmp#ShadedRelief Raster_xsd.tmp#ImageOutline
Type extension of se:SymbolizerType
Type hierarchy
Used by
Model
Children rse:ChannelSelection, rse:ColorMap, rse:ContrastEnhancement, rse:ImageOutline, rse:OverlapBehavior, rse:ShadedRelief, se:Description, se:Extension, se:Geometry, se:LegendGraphic, se:Name, se:Opacity
Attributes
QName Type Use
uom se:UomType optional
version se:VersionType optional
Source
<xsd:complexType name="RasterSymbolizerType">
  <xsd:complexContent>
    <xsd:extension base="se:SymbolizerType">
      <xsd:sequence>
        <xsd:element ref="se:Geometry" minOccurs="0"/>
        <xsd:element ref="se:Opacity" minOccurs="0"/>
        <xsd:element ref="rse:ChannelSelection" minOccurs="0"/>
        <xsd:element ref="rse:OverlapBehavior" minOccurs="0"/>
        <xsd:element ref="rse:ColorMap" minOccurs="0"/>
        <xsd:element ref="rse:ContrastEnhancement" minOccurs="0"/>
        <xsd:element ref="rse:ShadedRelief" minOccurs="0"/>
        <xsd:element ref="rse:ImageOutline" minOccurs="0"/>
      </xsd:sequence>
      <xsd:attribute name="uom" type="se:UomType"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Complex Type rse:ChannelSelectionType
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram Raster_xsd.tmp#RedChannel Raster_xsd.tmp#GreenChannel Raster_xsd.tmp#BlueChannel Raster_xsd.tmp#GrayChannel
Used by
Model
Children rse:BlueChannel, rse:GrayChannel, rse:GreenChannel, rse:RedChannel
Source
<xsd:complexType name="ChannelSelectionType">
  <xsd:choice>
    <xsd:sequence>
      <xsd:element ref="rse:RedChannel"/>
      <xsd:element ref="rse:GreenChannel"/>
      <xsd:element ref="rse:BlueChannel"/>
    </xsd:sequence>
    <xsd:element ref="rse:GrayChannel"/>
  </xsd:choice>
</xsd:complexType>
Complex Type rse:SelectedChannelType
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram Raster_xsd.tmp#SourceChannelName Raster_xsd.tmp#ContrastEnhancement
Used by
Model
Children rse:ContrastEnhancement, rse:SourceChannelName
Source
<xsd:complexType name="SelectedChannelType">
  <xsd:sequence>
    <xsd:element ref="rse:SourceChannelName"/>
    <xsd:element ref="rse:ContrastEnhancement" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type rse:ContrastEnhancementType
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram Raster_xsd.tmp#Normalize Raster_xsd.tmp#Histogram Raster_xsd.tmp#GammaValue
Used by
Model
Children rse:GammaValue, rse:Histogram, rse:Normalize
Source
<xsd:complexType name="ContrastEnhancementType">
  <xsd:sequence>
    <xsd:choice minOccurs="0">
      <xsd:element ref="rse:Normalize"/>
      <xsd:element ref="rse:Histogram"/>
    </xsd:choice>
    <xsd:element ref="rse:GammaValue" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type rse:NormalizeType
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram
Used by
Element rse:Normalize
Source
<xsd:complexType name="NormalizeType"/>
Complex Type rse:HistogramType
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram
Used by
Element rse:Histogram
Source
<xsd:complexType name="HistogramType"/>
Complex Type rse:ColorMapType
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram Core_xsd.tmp#Categorize Core_xsd.tmp#Interpolate
Used by
Element rse:ColorMap
Model
Children se:Categorize, se:Interpolate
Source
<xsd:complexType name="ColorMapType">
  <xsd:choice>
    <xsd:element ref="se:Categorize"/>
    <xsd:element ref="se:Interpolate"/>
  </xsd:choice>
</xsd:complexType>
Complex Type rse:ShadedReliefType
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram Raster_xsd.tmp#BrightnessOnly Raster_xsd.tmp#ReliefFactor
Used by
Model
Children rse:BrightnessOnly, rse:ReliefFactor
Source
<xsd:complexType name="ShadedReliefType">
  <xsd:sequence>
    <xsd:element ref="rse:BrightnessOnly" minOccurs="0"/>
    <xsd:element ref="rse:ReliefFactor" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Complex Type rse:ImageOutlineType
Namespace http://www.opengis.net/se/2.0/raster
Diagram
Diagram Core_xsd.tmp#LineSymbolizer Core_xsd.tmp#AreaSymbolizer
Used by
Model
Children se:AreaSymbolizer, se:LineSymbolizer
Source
<xsd:complexType name="ImageOutlineType">
  <xsd:choice>
    <xsd:element ref="se:LineSymbolizer"/>
    <xsd:element ref="se:AreaSymbolizer"/>
  </xsd:choice>
</xsd:complexType>
Attribute rse:RasterSymbolizerType / @uom
Namespace No namespace
Type se:UomType
Properties
content simple
Facets
enumeration urn:ogc:def:uom:se::px
enumeration urn:ogc:def:uom:se::mm
enumeration urn:ogc:def:uom:se::in
enumeration urn:ogc:def:uom:se::pt
enumeration urn:ogc:def:uom:se::percent
enumeration urn:ogc:def:uom:se::gm
enumeration urn:ogc:def:uom:se::gft
Used by
Source
<xsd:attribute name="uom" type="se:UomType"/>