org.geotools.gml3.v3_2.bindings
Class LinearRingTypeBinding
Object
AbstractComplexBinding
LinearRingTypeBinding
LinearRingTypeBinding
- All Implemented Interfaces:
- Binding, ComplexBinding
public class LinearRingTypeBinding
- extends LinearRingTypeBinding
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinearRingTypeBinding
public LinearRingTypeBinding(GeometryFactory gFactory,
CoordinateSequenceFactory csFactory)
getExecutionMode
public int getExecutionMode()
- Description copied from class:
AbstractComplexBinding
- This implementation returns
Binding.OVERRIDE.
Subclasses should override to change this behaviour.
- Specified by:
getExecutionMode in interface Binding- Overrides:
getExecutionMode in class LinearRingTypeBinding
- Returns:
- The execution mode of the binding, one of the constants AFTER,
BEFORE, or OVERRIDE.
- See Also:
Binding.AFTER,
Binding.BEFORE,
Binding.OVERRIDE
Copyright © 1996-2013 Geotools. All Rights Reserved.