Package org.geotools.se.v1_1.bindings
Class OnlineResourceBinding
- Object
- 
- AbstractComplexBinding
- 
- SLDOnlineResourceBinding
- 
- 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>
- 
- 
Constructor SummaryConstructors Constructor Description OnlineResourceBinding(ResourceLocator resourceLocator)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetTarget()- 
Methods inherited from class SLDOnlineResourceBindinggetExecutionMode, getType, initialize, parse
 - 
Methods inherited from class AbstractComplexBindingencode, getProperties, getProperty, initializeChildContext
 
- 
 
- 
- 
- 
Constructor Detail- 
OnlineResourceBindingpublic OnlineResourceBinding(ResourceLocator resourceLocator) 
 
- 
 - 
Method Detail- 
getTargetpublic QName getTarget() - Specified by:
- getTargetin interface- Binding
- Overrides:
- getTargetin class- SLDOnlineResourceBinding
- Returns:
- The qualified name of the target for the binding.
 
 
- 
 
-