|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGpSpRefObject
Provides access to the Dispatch SpatialReference Object.
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. |
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. |
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. |
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. |
Method Detail |
---|
String getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(String type) throws IOException, AutomationException
type
- The type (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAlias() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAlias(String alias) throws IOException, AutomationException
alias
- The alias (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAbbreviation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAbbreviation(String abbreviation) throws IOException, AutomationException
abbreviation
- The abbreviation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getRemarks() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRemarks(String remarks) throws IOException, AutomationException
remarks
- The remarks (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFactoryCode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFactoryCode(int code) throws IOException, AutomationException
code
- The code (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getHasXYPrecision() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getHasZPrecision() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getHasMPrecision() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFalseOriginAndUnits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getZFalseOriginAndUnits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getMFalseOriginAndUnits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDomain() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getZDomain() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getMDomain() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getUsage() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCentralMeridian() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCentralMeridian(double centralMeridian) throws IOException, AutomationException
centralMeridian
- The centralMeridian (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCentralMeridianInDegrees() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCentralMeridianInDegrees(double centralMeridian) throws IOException, AutomationException
centralMeridian
- The centralMeridian (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLongitudeOfOrigin() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLongitudeOfOrigin(double longitudeOfOrigin) throws IOException, AutomationException
longitudeOfOrigin
- The longitudeOfOrigin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLatitudeOf1st() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLatitudeOf1st(double standardLongitude1) throws IOException, AutomationException
standardLongitude1
- The standardLongitude1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLatitudeOf2nd() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLatitudeOf2nd(double latitudeOf2nd) throws IOException, AutomationException
latitudeOf2nd
- The latitudeOf2nd (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getFalseEasting() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFalseEasting(double falseEasting) throws IOException, AutomationException
falseEasting
- The falseEasting (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getFalseNorthing() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFalseNorthing(double falseNorthing) throws IOException, AutomationException
falseNorthing
- The falseNorthing (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCentralParallel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCentralParallel(double centralParallel) throws IOException, AutomationException
centralParallel
- The centralParallel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getStandardParallel1() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStandardParallel1(double standardParallel1) throws IOException, AutomationException
standardParallel1
- The standardParallel1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getStandardParallel2() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStandardParallel2(double standardParallel2) throws IOException, AutomationException
standardParallel2
- The standardParallel2 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLongitudeOf1st() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLongitudeOf1st(double longitudeOf1st) throws IOException, AutomationException
longitudeOf1st
- The longitudeOf1st (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLongitudeOf2nd() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLongitudeOf2nd(double longitudeOf2nd) throws IOException, AutomationException
longitudeOf2nd
- The longitudeOf2nd (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getScaleFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScaleFactor(double scaleFactor) throws IOException, AutomationException
scaleFactor
- The scaleFactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAzimuth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAzimuth(double azimuth) throws IOException, AutomationException
azimuth
- The azimuth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSemiMajorAxis() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSemiMajorAxis(double axis) throws IOException, AutomationException
axis
- The axis (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSemiMinorAxis() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSemiMinorAxis(double axis) throws IOException, AutomationException
axis
- The axis (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getFlattening() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFlattening(double flattening) throws IOException, AutomationException
flattening
- The flattening (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLongitude() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getRadiansPerUnit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getClassification() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFalseOriginAndUnits(double falseX, double falseY, double xyUnits) throws IOException, AutomationException
falseX
- 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.void setZFalseOriginAndUnits(double falseZ, double zUnits) throws IOException, AutomationException
falseZ
- The falseZ (in)zUnits
- The zUnits (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMFalseOriginAndUnits(double falseM, double mUnits) throws IOException, AutomationException
falseM
- The falseM (in)mUnits
- The mUnits (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDomain(double xMin, double yMin, double xMax, double yMax) throws IOException, AutomationException
xMin
- 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.void setZDomain(double zMin, double zMax) throws IOException, AutomationException
zMin
- The zMin (in)zMax
- The zMax (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMDomain(double mMin, double mMax) throws IOException, AutomationException
mMin
- The mMin (in)mMax
- The mMax (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLongitude(String longitude) throws IOException, AutomationException
longitude
- The longitude (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPCSName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPCSName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPCSCode(int code) throws IOException, AutomationException
code
- The code (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPCSCode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGCSName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getGCSName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGCSCode(int code) throws IOException, AutomationException
code
- The code (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGCSCode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpheroidName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSpheroidName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpheroidCode(int code) throws IOException, AutomationException
code
- The code (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSpheroidCode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProjectionName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getProjectionName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProjectionCode(int code) throws IOException, AutomationException
code
- The code (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getProjectionCode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDatumName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDatumName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDatumCode(int code) throws IOException, AutomationException
code
- The code (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDatumCode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrimeMeridianName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPrimeMeridianName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrimeMeridianCode(int code) throws IOException, AutomationException
code
- The code (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPrimeMeridianCode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAngularUnitName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAngularUnitName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAngularUnitCode(int code) throws IOException, AutomationException
code
- The code (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAngularUnitCode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLinearUnitName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLinearUnitName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLinearUnitCode(int code) throws IOException, AutomationException
code
- The code (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLinearUnitCode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createFromFile(String prjFile) throws IOException, AutomationException
prjFile
- The prjFile (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void create() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference ppSpRef) throws IOException, AutomationException
ppSpRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXYTolerance(double value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getXYTolerance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMTolerance(double value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMTolerance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZTolerance(double value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getZTolerance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXYResolution(double value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getXYResolution() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMResolution(double value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMResolution() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZResolution(double value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getZResolution() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsHighPrecision(String value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getIsHighPrecision() throws IOException, AutomationException
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 |