org.geotools.se.v1_1.bindings
Class PointSymbolizerBinding

Object
  extended by AbstractComplexBinding
      extended by SLDPointSymbolizerBinding
          extended by PointSymbolizerBinding
All Implemented Interfaces:
Binding, ComplexBinding

public class PointSymbolizerBinding
extends SLDPointSymbolizerBinding

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

  
  <xsd:element name="PointSymbolizer" substitutionGroup="se:Symbolizer" type="se:PointSymbolizerType">
      <xsd:annotation>
          <xsd:documentation>
          A "PointSymbolizer" specifies the rendering of a "graphic Symbolizer"
          at a point.
        </xsd:documentation>
      </xsd:annotation>
  </xsd:element> 
        
   
 


Field Summary
 
Fields inherited from interface Binding
AFTER, BEFORE, OVERRIDE
 
Constructor Summary
PointSymbolizerBinding(StyleFactory styleFactory)
           
 
Method Summary
 int getExecutionMode()
           
 QName getTarget()
           
 
Methods inherited from class SLDPointSymbolizerBinding
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

PointSymbolizerBinding

public PointSymbolizerBinding(StyleFactory styleFactory)
Method Detail

getTarget

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

getExecutionMode

public int getExecutionMode()
Description copied from class: SLDPointSymbolizerBinding

Specified by:
getExecutionMode in interface Binding
Overrides:
getExecutionMode in class SLDPointSymbolizerBinding
Returns:
The execution mode of the binding, one of the constants AFTER, BEFORE, or OVERRIDE.
See Also:
Binding.AFTER, Binding.BEFORE, Binding.OVERRIDE


Copyright © 1996-2014 Geotools. All Rights Reserved.