Class DirectPosition

java.lang.Object
de.turnertech.ows.gml.DirectPosition
All Implemented Interfaces:
GmlElement

public class DirectPosition extends Object implements GmlElement
gml:pos A location with a spatial reference. This is not "Geometry", but rather an actual position. This implementation maintains a list of the size of the SpatialReferenceSystem.getDimension(). For convenience, and to help prevent errors in axis order, X and Y getters and setters exist. This should make dealing with actual position vs coordinate representation easier.