|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabaseextensions.CadastralDataTools
public class CadastralDataTools
Tools that assist in unit translation and storage.
Constructor Summary | |
---|---|
CadastralDataTools()
Constructs a CadastralDataTools using ArcGIS Engine. |
|
CadastralDataTools(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. CadastralDataTools theCadastralDataTools = (CadastralDataTools) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
IPoint |
forward3D(ISpatialReference pSR,
boolean argumentsInMeters,
IPoint pPoint1,
IPoint pPoint2Provisional,
double markToMarkDistance)
Forward3D calculates a new point from an existing point, given the mark-to-mark distance and azimuth measured at the ellipsoid height of the source point. |
String |
getAreaUnit(int eAreaType,
boolean shortNotation)
Area type enum value as a string. |
static String |
getClsid()
getClsid. |
double |
getConvertArea(double areaSQMeters,
int eOutputAreaType)
Converts a metric area value into a given area unit. |
String |
getDirectionType(int eDirType)
Direction type enum value as a string. |
String |
getDirectionUnit(int eDirUnit)
Direction units enum value as a string. |
String |
getDistanceUnit(int eDistanceType,
boolean shortNotation)
Distance units enum value as a string. |
String |
getFormattedArea(double areaSQMeters,
int eOutputAreaTypeDisplay,
boolean isUSFoot,
int decimalPlaces)
Converts a metric area value into a formated area string. |
int |
hashCode()
the hashcode for this object |
double |
inverse3D(ISpatialReference pSR,
boolean argumentsInMeters,
IPoint pPoint1,
IPoint pPoint2)
Inverse3D calculates the mark-to-mark distance between two points, using the z value on the points as ellipsoid height, and using the spatial reference parameters. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public CadastralDataTools() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic CadastralDataTools(Object obj) throws IOException
CadastralDataTools theCadastralDataTools = (CadastralDataTools) obj;
obj
to CadastralDataTools
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public double inverse3D(ISpatialReference pSR, boolean argumentsInMeters, IPoint pPoint1, IPoint pPoint2) throws IOException, AutomationException
inverse3D
in interface ICadastralGroundToGridTools
pSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)argumentsInMeters
- The argumentsInMeters (in)pPoint1
- A reference to a com.esri.arcgis.geometry.IPoint (in)pPoint2
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPoint forward3D(ISpatialReference pSR, boolean argumentsInMeters, IPoint pPoint1, IPoint pPoint2Provisional, double markToMarkDistance) throws IOException, AutomationException
forward3D
in interface ICadastralGroundToGridTools
pSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)argumentsInMeters
- The argumentsInMeters (in)pPoint1
- A reference to a com.esri.arcgis.geometry.IPoint (in)pPoint2Provisional
- A reference to a com.esri.arcgis.geometry.IPoint (in)markToMarkDistance
- The markToMarkDistance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFormattedArea(double areaSQMeters, int eOutputAreaTypeDisplay, boolean isUSFoot, int decimalPlaces) throws IOException, AutomationException
getFormattedArea
in interface ICadastralUnitTools
areaSQMeters
- The areaSQMeters (in)eOutputAreaTypeDisplay
- A com.esri.arcgis.geodatabaseextensions.esriCadastralAreaUnits constant (in)isUSFoot
- The isUSFoot (in)decimalPlaces
- The decimalPlaces (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getConvertArea(double areaSQMeters, int eOutputAreaType) throws IOException, AutomationException
getConvertArea
in interface ICadastralUnitTools
areaSQMeters
- The areaSQMeters (in)eOutputAreaType
- A com.esri.arcgis.geodatabaseextensions.esriCadastralAreaUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDirectionType(int eDirType) throws IOException, AutomationException
getDirectionType
in interface ICadastralUnitTools
eDirType
- A com.esri.arcgis.system.esriDirectionType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDirectionUnit(int eDirUnit) throws IOException, AutomationException
getDirectionUnit
in interface ICadastralUnitTools
eDirUnit
- A com.esri.arcgis.system.esriDirectionUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDistanceUnit(int eDistanceType, boolean shortNotation) throws IOException, AutomationException
getDistanceUnit
in interface ICadastralUnitTools
eDistanceType
- A com.esri.arcgis.geodatabaseextensions.esriCadastralDistanceUnits constant (in)shortNotation
- The shortNotation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAreaUnit(int eAreaType, boolean shortNotation) throws IOException, AutomationException
getAreaUnit
in interface ICadastralUnitTools
eAreaType
- A com.esri.arcgis.geodatabaseextensions.esriCadastralAreaUnits constant (in)shortNotation
- The shortNotation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |