com.partnersoft.maps.model
Class MapSetDescription

java.lang.Object
  extended by com.partnersoft.maps.model.MapSetDescription

public class MapSetDescription
extends java.lang.Object


Nested Class Summary
static class MapSetDescription.LccDescription
           
static class MapSetDescription.LodDescription
           
static class MapSetDescription.UtmDescription
           
 
Field Summary
 float inputOffsetX
          Note that this is usually 0.0.
 float inputOffsetY
          Note that this is usually 0.0.
 float inputScaleX
           
 float inputScaleY
           
 MapSetDescription.LccDescription lcc
           
 java.util.ArrayList<MapSetDescription.LodDescription> lods
           
 java.lang.String mapsetName
           
 float maxX
           
 float maxY
           
 float minX
           
 float minY
           
 java.lang.String projectionType
           
 MapSetDescription.UtmDescription utm
           
 
Constructor Summary
MapSetDescription()
           
 
Method Summary
 Projection getProjection()
          Deprecated.  
 void setStateFromPackrat(Naming<java.lang.Object> state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MapSetDescription

public MapSetDescription()
Method Detail

getProjection

public Projection getProjection()
Deprecated. 

Majorly deprecated. Use app.getLogic().getGpsLogic().getProjection() instead.


setStateFromPackrat

public void setStateFromPackrat(Naming<java.lang.Object> state)