org.geotools.se.v1_1.bindings
Class OnlineResourceBinding

Object
  extended by AbstractComplexBinding
      extended by SLDOnlineResourceBinding
          extended by OnlineResourceBinding
All Implemented Interfaces:
Binding, ComplexBinding

public class OnlineResourceBinding
extends SLDOnlineResourceBinding

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

  
  <xsd:element name="OnlineResource" type="se:OnlineResourceType">
      <xsd:annotation>
          <xsd:documentation>
          An "OnlineResource" is typically used to refer to an HTTP URL.
        </xsd:documentation>
      </xsd:annotation>
  </xsd:element> 
        
   
 


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

OnlineResourceBinding

public OnlineResourceBinding(ResourceLocator resourceLocator)
Method Detail

getTarget

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


Copyright © 1996-2014 Geotools. All Rights Reserved.