Package org.geotools.gml2.bindings
Class GMLUtil
Object
GMLUtil
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic intDetermines the dimension of a coordinate sequence.
- 
Constructor Details- 
GMLUtilpublic GMLUtil()
 
- 
- 
Method Details- 
getDimensionDetermines the dimension of a coordinate sequence. This is based off of the first coordinate in the sequence.- Parameters:
- seq- The coordinate sequence in question.
- Returns:
- The best guess at a dimension, -1 if it can not be determined.
 
 
-