Class IntersectsBinding
- Object
-
- AbstractComplexBinding
-
- OGCIntersectsBinding
-
- IntersectsBinding
-
- All Implemented Interfaces:
Binding
,ComplexBinding
public class IntersectsBinding extends OGCIntersectsBinding
Binding object for the element http://www.opengis.net/fes/2.0:Intersects.<xsd:element name="Intersects" substitutionGroup="fes:spatialOps" type="fes:BinarySpatialOpType"/>
-
-
Constructor Summary
Constructors Constructor Description IntersectsBinding(FilterFactory filterFactory, GeometryFactory geometryFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getTarget()
-
Methods inherited from class OGCIntersectsBinding
getExecutionMode, getType, parse
-
Methods inherited from class AbstractComplexBinding
encode, getProperties, getProperty, initialize, initializeChildContext
-
-
-
-
Constructor Detail
-
IntersectsBinding
public IntersectsBinding(FilterFactory filterFactory, GeometryFactory geometryFactory)
-
-
Method Detail
-
getTarget
public QName getTarget()
- Specified by:
getTarget
in interfaceBinding
- Overrides:
getTarget
in classOGCIntersectsBinding
- Returns:
- The qualified name of the target for the binding.
-
-