|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.GpSpRefObject
public class GpSpRefObject
Geoprocessing Spatial Reference object.
| Constructor Summary | |
|---|---|
GpSpRefObject()
Constructs a GpSpRefObject using ArcGIS Engine. |
|
GpSpRefObject(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GpSpRefObject theGpSpRefObject = (GpSpRefObject) obj; |
|
| Method Summary | |
|---|---|
void |
create()
Create the spatial reference using the currently set properties. |
void |
createFromFile(String prjFile)
Create the spatial reference from a projection file. |
boolean |
equals(Object o)
Compare this object with another |
String |
getAbbreviation()
The abbreviated name of this spatial reference component. |
String |
getAlias()
The alias of this spatial reference component. |
int |
getAngularUnitCode()
The angular unit code. |
String |
getAngularUnitName()
The angular unit name. |
double |
getAzimuth()
The azimuth of a projected coordinate system. |
double |
getCentralMeridian()
The central meridian (Lambda0) of a projected coordinate system. |
double |
getCentralMeridianInDegrees()
The central meridian (Lambda0) of a projected coordinate system in degrees. |
double |
getCentralParallel()
The central parallel (Phi 0) of a projected coordinate system. |
String |
getClassification()
The classification of a map projection. |
static String |
getClsid()
getClsid. |
int |
getDatumCode()
The datum code. |
String |
getDatumName()
The datum name. |
String |
getDomain()
The extent of the X/Y domain. |
int |
getFactoryCode()
The factory code of the spatial reference. |
double |
getFalseEasting()
The false easting (X0) of a projected coordinate system. |
double |
getFalseNorthing()
The false northing (Y0) of a projected coordinate system. |
String |
getFalseOriginAndUnits()
The false origin and units. |
double |
getFlattening()
The flattening ratio of this spheroid. |
int |
getGCSCode()
The geographic coordinate system code. |
String |
getGCSName()
The geographic coordinate system name. |
String |
getHasMPrecision()
Indicates whether or not m-value precision information has been defined. |
String |
getHasXYPrecision()
Indicates whether or not (x,y) precision information has been defined. |
String |
getHasZPrecision()
Indicates whether or not z-value precision information has been defined. |
String |
getIsHighPrecision()
The HighPrecision property. |
double |
getLatitudeOf1st()
The latitude of the first point (Phi 1) of a projected coordinate system. |
double |
getLatitudeOf2nd()
The latitude of the second point (Phi 2) of a projected coordinate system. |
int |
getLinearUnitCode()
The linear unit code. |
String |
getLinearUnitName()
The linear unit name. |
double |
getLongitude()
The longitude value of this prime meridian. |
double |
getLongitudeOf1st()
The longitude of the first point (Lambda 1) of a projected coordinate system. |
double |
getLongitudeOf2nd()
The longitude of the second point (Lambda 2) of a projected coordinate system. |
double |
getLongitudeOfOrigin()
The longitude of origin (Lambda0) of a projected coordinate system. |
String |
getMDomain()
The extent of the measure domain. |
String |
getMFalseOriginAndUnits()
The measure false origin and units. |
double |
getMResolution()
The MResolution property. |
double |
getMTolerance()
The MTolerance property. |
String |
getName()
The name of this spatial reference component. |
int |
getPCSCode()
The projected coordinate system code. |
String |
getPCSName()
The projected coordinate system name. |
int |
getPrimeMeridianCode()
The prime meridian code. |
String |
getPrimeMeridianName()
The prime meridian name. |
int |
getProjectionCode()
The projection code. |
String |
getProjectionName()
The projection name. |
double |
getRadiansPerUnit()
The radians per angular unit. |
String |
getRemarks()
The comment string of this spatial reference component. |
double |
getScaleFactor()
The scale factor (K0) of a projected coordinate system. |
double |
getSemiMajorAxis()
The semi-major axis length of this spheroid. |
double |
getSemiMinorAxis()
The semi-minor axis length of this spheroid. |
ISpatialReference |
getSpatialReference()
The spatial reference object. |
int |
getSpheroidCode()
The spheroid code. |
String |
getSpheroidName()
The spheroid name. |
double |
getStandardParallel1()
The first parallel (Phi 1) of a projected coordinate system. |
double |
getStandardParallel2()
The second parallel (Phi 2) of a projected coordinate system. |
String |
getType()
The type of the spatial reference. |
String |
getUsage()
The usage notes of a projected coordinate system. |
double |
getXYResolution()
The XYResolution property. |
double |
getXYTolerance()
The XYTolerance property. |
String |
getZDomain()
The extent of the Z domain. |
String |
getZFalseOriginAndUnits()
The Z false origin and units. |
double |
getZResolution()
The ZResolution property. |
double |
getZTolerance()
The ZTolerance property. |
int |
hashCode()
the hashcode for this object |
void |
setAbbreviation(String abbreviation)
The abbreviated name of this spatial reference component. |
void |
setAlias(String alias)
The alias of this spatial reference component. |
void |
setAngularUnitCode(int code)
The angular unit code. |
void |
setAngularUnitName(String name)
The angular unit name. |
void |
setAzimuth(double azimuth)
The azimuth of a projected coordinate system. |
void |
setCentralMeridian(double centralMeridian)
The central meridian (Lambda0) of a projected coordinate system. |
void |
setCentralMeridianInDegrees(double centralMeridian)
The central meridian (Lambda0) of a projected coordinate system in degrees. |
void |
setCentralParallel(double centralParallel)
The central parallel (Phi 0) of a projected coordinate system. |
void |
setDatumCode(int code)
The datum code. |
void |
setDatumName(String name)
The datum name. |
void |
setDomain(double xMin,
double yMin,
double xMax,
double yMax)
Get the domain extent. |
void |
setFactoryCode(int code)
The factory code of the spatial reference. |
void |
setFalseEasting(double falseEasting)
The false easting (X0) of a projected coordinate system. |
void |
setFalseNorthing(double falseNorthing)
The false northing (Y0) of a projected coordinate system. |
void |
setFalseOriginAndUnits(double falseX,
double falseY,
double xyUnits)
Get the false origin and units. |
void |
setFlattening(double flattening)
The flattening ratio of this spheroid. |
void |
setGCSCode(int code)
The geographic coordinate system code. |
void |
setGCSName(String name)
The geographic coordinate system name. |
void |
setIsHighPrecision(String value)
The HighPrecision property. |
void |
setLatitudeOf1st(double standardLongitude1)
The latitude of the first point (Phi 1) of a projected coordinate system. |
void |
setLatitudeOf2nd(double latitudeOf2nd)
The latitude of the second point (Phi 2) of a projected coordinate system. |
void |
setLinearUnitCode(int code)
The linear unit code. |
void |
setLinearUnitName(String name)
The linear unit name. |
void |
setLongitude(String longitude)
The longitude value of this prime meridian. |
void |
setLongitudeOf1st(double longitudeOf1st)
The longitude of the first point (Lambda 1) of a projected coordinate system. |
void |
setLongitudeOf2nd(double longitudeOf2nd)
The longitude of the second point (Lambda 2) of a projected coordinate system. |
void |
setLongitudeOfOrigin(double longitudeOfOrigin)
The longitude of origin (Lambda0) of a projected coordinate system. |
void |
setMDomain(double mMin,
double mMax)
Get the measure domain extent. |
void |
setMFalseOriginAndUnits(double falseM,
double mUnits)
Get the measure false origin and units. |
void |
setMResolution(double value)
The MResolution property. |
void |
setMTolerance(double value)
The MTolerance property. |
void |
setName(String name)
The name of this spatial reference component. |
void |
setPCSCode(int code)
The projected coordinate system code. |
void |
setPCSName(String name)
The projected coordinate system name. |
void |
setPrimeMeridianCode(int code)
The prime meridian code. |
void |
setPrimeMeridianName(String name)
The prime meridian name. |
void |
setProjectionCode(int code)
The projection code. |
void |
setProjectionName(String name)
The projection name. |
void |
setRemarks(String remarks)
The comment string of this spatial reference component. |
void |
setScaleFactor(double scaleFactor)
The scale factor (K0) of a projected coordinate system. |
void |
setSemiMajorAxis(double axis)
The semi-major axis length of this spheroid. |
void |
setSemiMinorAxis(double axis)
The semi-minor axis length of this spheroid. |
void |
setSpatialReferenceByRef(ISpatialReference ppSpRef)
The spatial reference object. |
void |
setSpheroidCode(int code)
The spheroid code. |
void |
setSpheroidName(String name)
The spheroid name. |
void |
setStandardParallel1(double standardParallel1)
The first parallel (Phi 1) of a projected coordinate system. |
void |
setStandardParallel2(double standardParallel2)
The second parallel (Phi 2) of a projected coordinate system. |
void |
setType(String type)
The type of the spatial reference. |
void |
setXYResolution(double value)
The XYResolution property. |
void |
setXYTolerance(double value)
The XYTolerance property. |
void |
setZDomain(double zMin,
double zMax)
Get the Z domain extent. |
void |
setZFalseOriginAndUnits(double falseZ,
double zUnits)
Get the Z false origin and units. |
void |
setZResolution(double value)
The ZResolution property. |
void |
setZTolerance(double value)
The ZTolerance property. |
| 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 GpSpRefObject()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public GpSpRefObject(Object obj)
throws IOException
GpSpRefObject theGpSpRefObject = (GpSpRefObject) obj;
obj to GpSpRefObject.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getType()
throws IOException,
AutomationException
getType in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setType(String type)
throws IOException,
AutomationException
setType in interface IGpSpRefObjecttype - The type (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getName()
throws IOException,
AutomationException
getName in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String name)
throws IOException,
AutomationException
setName in interface IGpSpRefObjectname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getAlias()
throws IOException,
AutomationException
getAlias in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAlias(String alias)
throws IOException,
AutomationException
setAlias in interface IGpSpRefObjectalias - The alias (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getAbbreviation()
throws IOException,
AutomationException
getAbbreviation in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAbbreviation(String abbreviation)
throws IOException,
AutomationException
setAbbreviation in interface IGpSpRefObjectabbreviation - The abbreviation (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getRemarks()
throws IOException,
AutomationException
getRemarks in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRemarks(String remarks)
throws IOException,
AutomationException
setRemarks in interface IGpSpRefObjectremarks - The remarks (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFactoryCode()
throws IOException,
AutomationException
getFactoryCode in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFactoryCode(int code)
throws IOException,
AutomationException
setFactoryCode in interface IGpSpRefObjectcode - The code (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getHasXYPrecision()
throws IOException,
AutomationException
getHasXYPrecision in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getHasZPrecision()
throws IOException,
AutomationException
getHasZPrecision in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getHasMPrecision()
throws IOException,
AutomationException
getHasMPrecision in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFalseOriginAndUnits()
throws IOException,
AutomationException
getFalseOriginAndUnits in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getZFalseOriginAndUnits()
throws IOException,
AutomationException
getZFalseOriginAndUnits in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getMFalseOriginAndUnits()
throws IOException,
AutomationException
getMFalseOriginAndUnits in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDomain()
throws IOException,
AutomationException
getDomain in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getZDomain()
throws IOException,
AutomationException
getZDomain in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getMDomain()
throws IOException,
AutomationException
getMDomain in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getUsage()
throws IOException,
AutomationException
getUsage in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getCentralMeridian()
throws IOException,
AutomationException
getCentralMeridian in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCentralMeridian(double centralMeridian)
throws IOException,
AutomationException
setCentralMeridian in interface IGpSpRefObjectcentralMeridian - The centralMeridian (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getCentralMeridianInDegrees()
throws IOException,
AutomationException
getCentralMeridianInDegrees in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCentralMeridianInDegrees(double centralMeridian)
throws IOException,
AutomationException
setCentralMeridianInDegrees in interface IGpSpRefObjectcentralMeridian - The centralMeridian (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLongitudeOfOrigin()
throws IOException,
AutomationException
getLongitudeOfOrigin in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLongitudeOfOrigin(double longitudeOfOrigin)
throws IOException,
AutomationException
setLongitudeOfOrigin in interface IGpSpRefObjectlongitudeOfOrigin - The longitudeOfOrigin (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLatitudeOf1st()
throws IOException,
AutomationException
getLatitudeOf1st in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLatitudeOf1st(double standardLongitude1)
throws IOException,
AutomationException
setLatitudeOf1st in interface IGpSpRefObjectstandardLongitude1 - The standardLongitude1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLatitudeOf2nd()
throws IOException,
AutomationException
getLatitudeOf2nd in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLatitudeOf2nd(double latitudeOf2nd)
throws IOException,
AutomationException
setLatitudeOf2nd in interface IGpSpRefObjectlatitudeOf2nd - The latitudeOf2nd (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getFalseEasting()
throws IOException,
AutomationException
getFalseEasting in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFalseEasting(double falseEasting)
throws IOException,
AutomationException
setFalseEasting in interface IGpSpRefObjectfalseEasting - The falseEasting (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getFalseNorthing()
throws IOException,
AutomationException
getFalseNorthing in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFalseNorthing(double falseNorthing)
throws IOException,
AutomationException
setFalseNorthing in interface IGpSpRefObjectfalseNorthing - The falseNorthing (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getCentralParallel()
throws IOException,
AutomationException
getCentralParallel in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCentralParallel(double centralParallel)
throws IOException,
AutomationException
setCentralParallel in interface IGpSpRefObjectcentralParallel - The centralParallel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getStandardParallel1()
throws IOException,
AutomationException
getStandardParallel1 in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStandardParallel1(double standardParallel1)
throws IOException,
AutomationException
setStandardParallel1 in interface IGpSpRefObjectstandardParallel1 - The standardParallel1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getStandardParallel2()
throws IOException,
AutomationException
getStandardParallel2 in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStandardParallel2(double standardParallel2)
throws IOException,
AutomationException
setStandardParallel2 in interface IGpSpRefObjectstandardParallel2 - The standardParallel2 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLongitudeOf1st()
throws IOException,
AutomationException
getLongitudeOf1st in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLongitudeOf1st(double longitudeOf1st)
throws IOException,
AutomationException
setLongitudeOf1st in interface IGpSpRefObjectlongitudeOf1st - The longitudeOf1st (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLongitudeOf2nd()
throws IOException,
AutomationException
getLongitudeOf2nd in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLongitudeOf2nd(double longitudeOf2nd)
throws IOException,
AutomationException
setLongitudeOf2nd in interface IGpSpRefObjectlongitudeOf2nd - The longitudeOf2nd (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getScaleFactor()
throws IOException,
AutomationException
getScaleFactor in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setScaleFactor(double scaleFactor)
throws IOException,
AutomationException
setScaleFactor in interface IGpSpRefObjectscaleFactor - The scaleFactor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAzimuth()
throws IOException,
AutomationException
getAzimuth in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAzimuth(double azimuth)
throws IOException,
AutomationException
setAzimuth in interface IGpSpRefObjectazimuth - The azimuth (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getSemiMajorAxis()
throws IOException,
AutomationException
getSemiMajorAxis in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSemiMajorAxis(double axis)
throws IOException,
AutomationException
setSemiMajorAxis in interface IGpSpRefObjectaxis - The axis (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getSemiMinorAxis()
throws IOException,
AutomationException
getSemiMinorAxis in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSemiMinorAxis(double axis)
throws IOException,
AutomationException
setSemiMinorAxis in interface IGpSpRefObjectaxis - The axis (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getFlattening()
throws IOException,
AutomationException
getFlattening in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFlattening(double flattening)
throws IOException,
AutomationException
setFlattening in interface IGpSpRefObjectflattening - The flattening (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLongitude()
throws IOException,
AutomationException
getLongitude in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getRadiansPerUnit()
throws IOException,
AutomationException
getRadiansPerUnit in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getClassification()
throws IOException,
AutomationException
getClassification in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFalseOriginAndUnits(double falseX,
double falseY,
double xyUnits)
throws IOException,
AutomationException
setFalseOriginAndUnits in interface IGpSpRefObjectfalseX - The falseX (in)falseY - The falseY (in)xyUnits - The xyUnits (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setZFalseOriginAndUnits(double falseZ,
double zUnits)
throws IOException,
AutomationException
setZFalseOriginAndUnits in interface IGpSpRefObjectfalseZ - The falseZ (in)zUnits - The zUnits (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMFalseOriginAndUnits(double falseM,
double mUnits)
throws IOException,
AutomationException
setMFalseOriginAndUnits in interface IGpSpRefObjectfalseM - The falseM (in)mUnits - The mUnits (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDomain(double xMin,
double yMin,
double xMax,
double yMax)
throws IOException,
AutomationException
setDomain in interface IGpSpRefObjectxMin - The xMin (in)yMin - The yMin (in)xMax - The xMax (in)yMax - The yMax (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setZDomain(double zMin,
double zMax)
throws IOException,
AutomationException
setZDomain in interface IGpSpRefObjectzMin - The zMin (in)zMax - The zMax (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMDomain(double mMin,
double mMax)
throws IOException,
AutomationException
setMDomain in interface IGpSpRefObjectmMin - The mMin (in)mMax - The mMax (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLongitude(String longitude)
throws IOException,
AutomationException
setLongitude in interface IGpSpRefObjectlongitude - The longitude (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPCSName(String name)
throws IOException,
AutomationException
setPCSName in interface IGpSpRefObjectname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getPCSName()
throws IOException,
AutomationException
getPCSName in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPCSCode(int code)
throws IOException,
AutomationException
setPCSCode in interface IGpSpRefObjectcode - The code (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPCSCode()
throws IOException,
AutomationException
getPCSCode in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGCSName(String name)
throws IOException,
AutomationException
setGCSName in interface IGpSpRefObjectname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getGCSName()
throws IOException,
AutomationException
getGCSName in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGCSCode(int code)
throws IOException,
AutomationException
setGCSCode in interface IGpSpRefObjectcode - The code (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getGCSCode()
throws IOException,
AutomationException
getGCSCode in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpheroidName(String name)
throws IOException,
AutomationException
setSpheroidName in interface IGpSpRefObjectname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getSpheroidName()
throws IOException,
AutomationException
getSpheroidName in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpheroidCode(int code)
throws IOException,
AutomationException
setSpheroidCode in interface IGpSpRefObjectcode - The code (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSpheroidCode()
throws IOException,
AutomationException
getSpheroidCode in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProjectionName(String name)
throws IOException,
AutomationException
setProjectionName in interface IGpSpRefObjectname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getProjectionName()
throws IOException,
AutomationException
getProjectionName in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProjectionCode(int code)
throws IOException,
AutomationException
setProjectionCode in interface IGpSpRefObjectcode - The code (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getProjectionCode()
throws IOException,
AutomationException
getProjectionCode in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDatumName(String name)
throws IOException,
AutomationException
setDatumName in interface IGpSpRefObjectname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDatumName()
throws IOException,
AutomationException
getDatumName in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDatumCode(int code)
throws IOException,
AutomationException
setDatumCode in interface IGpSpRefObjectcode - The code (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDatumCode()
throws IOException,
AutomationException
getDatumCode in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPrimeMeridianName(String name)
throws IOException,
AutomationException
setPrimeMeridianName in interface IGpSpRefObjectname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getPrimeMeridianName()
throws IOException,
AutomationException
getPrimeMeridianName in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPrimeMeridianCode(int code)
throws IOException,
AutomationException
setPrimeMeridianCode in interface IGpSpRefObjectcode - The code (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPrimeMeridianCode()
throws IOException,
AutomationException
getPrimeMeridianCode in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAngularUnitName(String name)
throws IOException,
AutomationException
setAngularUnitName in interface IGpSpRefObjectname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getAngularUnitName()
throws IOException,
AutomationException
getAngularUnitName in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAngularUnitCode(int code)
throws IOException,
AutomationException
setAngularUnitCode in interface IGpSpRefObjectcode - The code (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAngularUnitCode()
throws IOException,
AutomationException
getAngularUnitCode in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLinearUnitName(String name)
throws IOException,
AutomationException
setLinearUnitName in interface IGpSpRefObjectname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLinearUnitName()
throws IOException,
AutomationException
getLinearUnitName in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLinearUnitCode(int code)
throws IOException,
AutomationException
setLinearUnitCode in interface IGpSpRefObjectcode - The code (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLinearUnitCode()
throws IOException,
AutomationException
getLinearUnitCode in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void createFromFile(String prjFile)
throws IOException,
AutomationException
createFromFile in interface IGpSpRefObjectprjFile - The prjFile (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void create()
throws IOException,
AutomationException
create in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpatialReferenceByRef(ISpatialReference ppSpRef)
throws IOException,
AutomationException
setSpatialReferenceByRef in interface IGpSpRefObjectppSpRef - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISpatialReference getSpatialReference()
throws IOException,
AutomationException
getSpatialReference in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setXYTolerance(double value)
throws IOException,
AutomationException
setXYTolerance in interface IGpSpRefObjectvalue - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getXYTolerance()
throws IOException,
AutomationException
getXYTolerance in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMTolerance(double value)
throws IOException,
AutomationException
setMTolerance in interface IGpSpRefObjectvalue - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMTolerance()
throws IOException,
AutomationException
getMTolerance in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setZTolerance(double value)
throws IOException,
AutomationException
setZTolerance in interface IGpSpRefObjectvalue - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getZTolerance()
throws IOException,
AutomationException
getZTolerance in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setXYResolution(double value)
throws IOException,
AutomationException
setXYResolution in interface IGpSpRefObjectvalue - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getXYResolution()
throws IOException,
AutomationException
getXYResolution in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMResolution(double value)
throws IOException,
AutomationException
setMResolution in interface IGpSpRefObjectvalue - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMResolution()
throws IOException,
AutomationException
getMResolution in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setZResolution(double value)
throws IOException,
AutomationException
setZResolution in interface IGpSpRefObjectvalue - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getZResolution()
throws IOException,
AutomationException
getZResolution in interface IGpSpRefObjectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsHighPrecision(String value)
throws IOException,
AutomationException
setIsHighPrecision in interface IGpSpRefObjectvalue - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getIsHighPrecision()
throws IOException,
AutomationException
getIsHighPrecision in interface IGpSpRefObjectIOException - 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 | ||||||||