public class MapInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected double |
easting |
protected java.lang.String |
hemisphere |
protected double |
northing |
protected double |
pixelSizeX |
protected double |
pixelSizeY |
protected java.lang.String |
projectionName |
protected int |
projectionZone |
protected float |
referenceX |
protected float |
referenceY |
protected java.lang.String |
units |
Constructor and Description |
---|
MapInfo() |
Modifier and Type | Method and Description |
---|---|
double |
getEasting() |
java.lang.String |
getHemisphere() |
double |
getNorthing() |
double |
getPixelSizeX() |
double |
getPixelSizeY() |
java.lang.String |
getProjectionName() |
int |
getProjectionZone() |
float |
getReferenceX() |
float |
getReferenceY() |
java.lang.String |
getUnits() |
java.lang.String |
toString() |
protected java.lang.String projectionName
protected float referenceX
protected float referenceY
protected double easting
protected double northing
protected double pixelSizeX
protected double pixelSizeY
protected int projectionZone
protected java.lang.String hemisphere
protected java.lang.String units
public java.lang.String getProjectionName()
public float getReferenceX()
public float getReferenceY()
public double getEasting()
public double getNorthing()
public double getPixelSizeX()
public double getPixelSizeY()
public int getProjectionZone()
public java.lang.String getHemisphere()
public java.lang.String getUnits()
public java.lang.String toString()
toString
in class java.lang.Object