|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tridas.spatial.GMLPointSRSHandler
public class GMLPointSRSHandler
Helper class to take care of handling the srsName for coordinates. Where possible it will project points and handle axis order ambiguities.
Nested Class Summary | |
---|---|
static class |
GMLPointSRSHandler.AxisOrder
|
Constructor Summary | |
---|---|
GMLPointSRSHandler(net.opengis.gml.schema.PointType point)
Standard constructor. |
Method Summary | |
---|---|
net.opengis.gml.schema.PointType |
getAsWGS84PointType()
Get this point with the correct WGS84 srsName |
GMLPointSRSHandler.AxisOrder |
getAxisOrder()
The correct order in which the axis should appear in gml:Pos |
String |
getEPSGCode()
|
String |
getProjectionDescription()
|
String |
getProjectionName()
|
Double |
getWGS84LatCoord()
Get the Y (latitude) coordinate for this location |
Double |
getWGS84LongCoord()
Get the X (longitude) coordinate for this location |
Boolean |
hasSpecificProjection()
Does this location have a known and useable projection? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GMLPointSRSHandler(net.opengis.gml.schema.PointType point) throws ProjectionException
point
-
ProjectionException
Method Detail |
---|
public String getProjectionName()
public String getProjectionDescription()
public String getEPSGCode()
public Boolean hasSpecificProjection()
public Double getWGS84LongCoord()
public Double getWGS84LatCoord()
public GMLPointSRSHandler.AxisOrder getAxisOrder()
public net.opengis.gml.schema.PointType getAsWGS84PointType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |