org.geotools.se.v1_1.bindings
Class GeometryBinding

Object
  extended by AbstractComplexBinding
      extended by SLDGeometryBinding
          extended by GeometryBinding
All Implemented Interfaces:
Binding, ComplexBinding

public class GeometryBinding
extends SLDGeometryBinding

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

  
  <xsd:element name="Geometry" type="se:GeometryType">
      <xsd:annotation>
          <xsd:documentation>
          A Geometry gives reference to a (the) geometry property of a
          feature to be used for rendering.
        </xsd:documentation>
      </xsd:annotation>
  </xsd:element> 
        
   
 
  
  <xsd:complexType name="GeometryType">
      <xsd:sequence>
          <xsd:element ref="ogc:PropertyName"/>
      </xsd:sequence>
  </xsd:complexType> 
      
   
 


Field Summary
 
Fields inherited from interface Binding
AFTER, BEFORE, OVERRIDE
 
Constructor Summary
GeometryBinding()
           
 
Method Summary
 QName getTarget()
           
 
Methods inherited from class SLDGeometryBinding
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

GeometryBinding

public GeometryBinding()
Method Detail

getTarget

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


Copyright © 1996-2014 Geotools. All Rights Reserved.