com.esri.arcgis.carto
Class esriGpsDOPInfo

java.lang.Object
  extended by com.esri.arcgis.carto.esriGpsDOPInfo
All Implemented Interfaces:
Serializable

public class esriGpsDOPInfo
extends Object
implements Serializable

Describes the dilution of precision (DOP) information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Field Summary
static int __CbElements__
           
 double hdop
           
 short hdopValid
           
 double pdop
           
 short pdopValid
           
 double vdop
           
 short vdopValid
           
 
Constructor Summary
esriGpsDOPInfo()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

__CbElements__

public static final int __CbElements__
See Also:
Constant Field Values

pdop

public double pdop

hdop

public double hdop

vdop

public double vdop

pdopValid

public short pdopValid

hdopValid

public short hdopValid

vdopValid

public short vdopValid
Constructor Detail

esriGpsDOPInfo

public esriGpsDOPInfo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object