com.partnersoft.maps.model
Class MapSetDescription
java.lang.Object
com.partnersoft.maps.model.MapSetDescription
public class MapSetDescription
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mapsetName
public java.lang.String mapsetName
minX
public float minX
minY
public float minY
maxX
public float maxX
maxY
public float maxY
inputScaleX
public float inputScaleX
inputScaleY
public float inputScaleY
inputOffsetX
public float inputOffsetX
- Note that this is usually 0.0. It is not a map centroid.
inputOffsetY
public float inputOffsetY
- Note that this is usually 0.0. It is not a map centroid.
projectionType
public java.lang.String projectionType
lcc
public MapSetDescription.LccDescription lcc
utm
public MapSetDescription.UtmDescription utm
lods
public java.util.ArrayList<MapSetDescription.LodDescription> lods
MapSetDescription
public MapSetDescription()
getProjection
public Projection getProjection()
- Deprecated.
- Majorly deprecated. Use app.getLogic().getGpsLogic().getProjection() instead.
setStateFromPackrat
public void setStateFromPackrat(Naming<java.lang.Object> state)