com.esri.tracking.connector.geometry
Class TmsEnvelope

java.lang.Object
  extended by com.esri.tracking.connector.geometry.TmsGeometry
      extended by com.esri.tracking.connector.geometry.TmsEnvelope

public class TmsEnvelope
extends TmsGeometry


Field Summary
 double xMax
           
 double xMin
           
 double yMax
           
 double yMin
           
 
Constructor Summary
TmsEnvelope(double XMin, double YMin, double XMax, double YMax)
           
 
Method Summary
 
Methods inherited from class com.esri.tracking.connector.geometry.TmsGeometry
getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xMax

public double xMax

xMin

public double xMin

yMax

public double yMax

yMin

public double yMin
Constructor Detail

TmsEnvelope

public TmsEnvelope(double XMin,
                   double YMin,
                   double XMax,
                   double YMax)
Parameters:
XMin -
YMin -
XMax -
YMax -