Class 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>

   
 
  • Constructor Details

    • RemoteOWSBinding

      public RemoteOWSBinding(StyleFactory styleFactory)