Package org.geotools.gml3.v3_2.bindings
Class EnvelopeTypeBinding
- Object
-
- AbstractComplexBinding
-
- EnvelopeTypeBinding
-
- EnvelopeTypeBinding
-
- All Implemented Interfaces:
Binding
,ComplexBinding
public class EnvelopeTypeBinding extends EnvelopeTypeBinding
-
-
Constructor Summary
Constructors Constructor Description EnvelopeTypeBinding(Configuration config, SrsSyntax srsSyntax)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getTarget()
-
Methods inherited from class EnvelopeTypeBinding
encode, getProperty, getType, parse
-
Methods inherited from class AbstractComplexBinding
getExecutionMode, getProperties, initialize, initializeChildContext
-
-
-
-
Constructor Detail
-
EnvelopeTypeBinding
public EnvelopeTypeBinding(Configuration config, SrsSyntax srsSyntax)
-
-
Method Detail
-
getTarget
public QName getTarget()
- Specified by:
getTarget
in interfaceBinding
- Overrides:
getTarget
in classEnvelopeTypeBinding
- Returns:
- The qualified name of the target for the binding.
-
-