org.geotools.se.v1_1.bindings
Class ImageOutlineBinding

Object
  extended by AbstractComplexBinding
      extended by SLDImageOutlineBinding
          extended by ImageOutlineBinding
All Implemented Interfaces:
Binding, ComplexBinding

public class ImageOutlineBinding
extends SLDImageOutlineBinding

Binding object for the element http://www.opengis.net/se:ImageOutline.

  
  <xsd:element name="ImageOutline" type="se: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> 
        
   
 


Field Summary
 
Fields inherited from interface Binding
AFTER, BEFORE, OVERRIDE
 
Constructor Summary
ImageOutlineBinding(StyleFactory styleFactory)
           
 
Method Summary
 QName getTarget()
           
 
Methods inherited from class SLDImageOutlineBinding
getExecutionMode, getType, initialize, parse
 
Methods inherited from class AbstractComplexBinding
encode, getProperties, getProperties, getProperty, initializeChildContext
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageOutlineBinding

public ImageOutlineBinding(StyleFactory styleFactory)
Method Detail

getTarget

public QName getTarget()
Specified by:
getTarget in interface Binding
Overrides:
getTarget in class SLDImageOutlineBinding
Returns:
The qualified name of the target for the binding.


Copyright © 1996-2014 Geotools. All Rights Reserved.