org.geotools.gml3.v3_2.bindings
Class LinearRingTypeBinding

Object
  extended by AbstractComplexBinding
      extended by LinearRingTypeBinding
          extended by LinearRingTypeBinding
All Implemented Interfaces:
Binding, ComplexBinding

public class LinearRingTypeBinding
extends LinearRingTypeBinding


Field Summary
 
Fields inherited from interface Binding
AFTER, BEFORE, OVERRIDE
 
Constructor Summary
LinearRingTypeBinding(GeometryFactory gFactory, CoordinateSequenceFactory csFactory)
           
 
Method Summary
 int getExecutionMode()
          This implementation returns Binding.OVERRIDE.
 
Methods inherited from class LinearRingTypeBinding
getProperty, getTarget, getType, parse
 
Methods inherited from class AbstractComplexBinding
encode, getProperties, getProperties, initialize, initializeChildContext
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearRingTypeBinding

public LinearRingTypeBinding(GeometryFactory gFactory,
                             CoordinateSequenceFactory csFactory)
Method Detail

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-2014 Geotools. All Rights Reserved.