Class DistanceBufferType


  • public class DistanceBufferType
    extends SpatialOpsType

    Java class for DistanceBufferType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DistanceBufferType">
       <complexContent>
         <extension base="{http://www.opengis.net/ogc}SpatialOpsType">
           <sequence>
             <element ref="{http://www.opengis.net/ogc}PropertyName"/>
             <element ref="{http://www.opengis.net/gml}_Geometry"/>
             <element name="Distance" type="{http://www.opengis.net/ogc}DistanceType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>