org.geotools.sld.v1_1.bindings
Class RemoteOWSBinding

Object
  extended by AbstractComplexBinding
      extended by SLDRemoteOWSBinding
          extended by RemoteOWSBinding
All Implemented Interfaces:
Binding, ComplexBinding

public class RemoteOWSBinding
extends SLDRemoteOWSBinding

Binding object for the element http://www.opengis.net/sld:RemoteOWS.

  
  <xsd:element name="RemoteOWS">
      <xsd:annotation>
          <xsd:documentation>
          A RemoteOWS gives a reference to a remote WFS/WCS/other-OWS server. 
        </xsd:documentation>
      </xsd:annotation>
      <xsd:complexType>
          <xsd:sequence>
              <xsd:element ref="sld:Service"/>
              <xsd:element ref="se:OnlineResource"/>
          </xsd:sequence>
      </xsd:complexType>
  </xsd:element> 
        
   
 


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

RemoteOWSBinding

public RemoteOWSBinding(StyleFactory styleFactory)


Copyright © 1996-2014 Geotools. All Rights Reserved.