|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.GpSpRefObject
public class GpSpRefObject
COM Class 'GpSpRefObject'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description 'Geoprocessing Spatial Reference object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary |
---|
Constructor Summary | |
---|---|
GpSpRefObject()
Constructs a GpSpRefObject using ArcGIS Engine. |
|
GpSpRefObject(java.lang.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(java.lang.String prjFile)
Create the spatial reference from a projection file. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getAbbreviation()
The abbreviated name of this spatial reference component. |
java.lang.String |
getAlias()
The alias of this spatial reference component. |
int |
getAngularUnitCode()
The angular unit code. |
java.lang.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. |
java.lang.String |
getClassification()
The classification of a map projection. |
static java.lang.String |
getClsid()
getClsid. |
int |
getDatumCode()
The datum code. |
java.lang.String |
getDatumName()
The datum name. |
java.lang.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. |
java.lang.String |
getFalseOriginAndUnits()
The false origin and units. |
double |
getFlattening()
The flattening ratio of this spheroid. |
int |
getGCSCode()
The geographic coordinate system code. |
java.lang.String |
getGCSName()
The geographic coordinate system name. |
java.lang.String |
getHasMPrecision()
Indicates whether or not m-value precision information has been defined. |
java.lang.String |
getHasXYPrecision()
Indicates whether or not (x,y) precision information has been defined. |
java.lang.String |
getHasZPrecision()
Indicates whether or not z-value precision information has been defined. |
java.lang.String |
getIsHighPrecision()
The HighPrecision property. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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. |
java.lang.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. |
java.lang.String |
getMDomain()
The extent of the measure domain. |
java.lang.String |
getMFalseOriginAndUnits()
The measure false origin and units. |
double |
getMResolution()
The MResolution property. |
double |
getMTolerance()
The MTolerance property. |
java.lang.String |
getName()
The name of this spatial reference component. |
int |
getPCSCode()
The projected coordinate system code. |
java.lang.String |
getPCSName()
The projected coordinate system name. |
int |
getPrimeMeridianCode()
The prime meridian code. |
java.lang.String |
getPrimeMeridianName()
The prime meridian name. |
int |
getProjectionCode()
The projection code. |
java.lang.String |
getProjectionName()
The projection name. |
double |
getRadiansPerUnit()
The radians per angular unit. |
java.lang.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. |
java.lang.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. |
java.lang.String |
getType()
The type of the spatial reference. |
java.lang.String |
getUsage()
The usage notes of a projected coordinate system. |
double |
getXYResolution()
The XYResolution property. |
double |
getXYTolerance()
The XYTolerance property. |
java.lang.String |
getZDomain()
The extent of the Z domain. |
java.lang.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 |
release()
Release a GpSpRefObject. |
void |
setAbbreviation(java.lang.String abbreviation)
The abbreviated name of this spatial reference component. |
void |
setAlias(java.lang.String alias)
The alias of this spatial reference component. |
void |
setAngularUnitCode(int code)
The angular unit code. |
void |
setAngularUnitName(java.lang.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(java.lang.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(java.lang.String name)
The geographic coordinate system name. |
void |
setIsHighPrecision(java.lang.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(java.lang.String name)
The linear unit name. |
void |
setLongitude(java.lang.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(java.lang.String name)
The name of this spatial reference component. |
void |
setPCSCode(int code)
The projected coordinate system code. |
void |
setPCSName(java.lang.String name)
The projected coordinate system name. |
void |
setPrimeMeridianCode(int code)
The prime meridian code. |
void |
setPrimeMeridianName(java.lang.String name)
The prime meridian name. |
void |
setProjectionCode(int code)
The projection code. |
void |
setProjectionName(java.lang.String name)
The projection name. |
void |
setRemarks(java.lang.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(java.lang.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(java.lang.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 |
Constructor Detail |
---|
public GpSpRefObject() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic GpSpRefObject(java.lang.Object obj) throws java.io.IOException
GpSpRefObject theGpSpRefObject = (GpSpRefObject) obj;
obj
to GpSpRefObject
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getType() throws java.io.IOException, AutomationException
getType
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setType(java.lang.String type) throws java.io.IOException, AutomationException
setType
in interface IGpSpRefObject
type
- The type (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface IGpSpRefObject
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAlias() throws java.io.IOException, AutomationException
getAlias
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAlias(java.lang.String alias) throws java.io.IOException, AutomationException
setAlias
in interface IGpSpRefObject
alias
- The alias (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAbbreviation() throws java.io.IOException, AutomationException
getAbbreviation
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAbbreviation(java.lang.String abbreviation) throws java.io.IOException, AutomationException
setAbbreviation
in interface IGpSpRefObject
abbreviation
- The abbreviation (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getRemarks() throws java.io.IOException, AutomationException
getRemarks
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRemarks(java.lang.String remarks) throws java.io.IOException, AutomationException
setRemarks
in interface IGpSpRefObject
remarks
- The remarks (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFactoryCode() throws java.io.IOException, AutomationException
getFactoryCode
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFactoryCode(int code) throws java.io.IOException, AutomationException
setFactoryCode
in interface IGpSpRefObject
code
- The code (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getHasXYPrecision() throws java.io.IOException, AutomationException
getHasXYPrecision
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getHasZPrecision() throws java.io.IOException, AutomationException
getHasZPrecision
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getHasMPrecision() throws java.io.IOException, AutomationException
getHasMPrecision
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFalseOriginAndUnits() throws java.io.IOException, AutomationException
getFalseOriginAndUnits
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getZFalseOriginAndUnits() throws java.io.IOException, AutomationException
getZFalseOriginAndUnits
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMFalseOriginAndUnits() throws java.io.IOException, AutomationException
getMFalseOriginAndUnits
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDomain() throws java.io.IOException, AutomationException
getDomain
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getZDomain() throws java.io.IOException, AutomationException
getZDomain
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMDomain() throws java.io.IOException, AutomationException
getMDomain
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getUsage() throws java.io.IOException, AutomationException
getUsage
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getCentralMeridian() throws java.io.IOException, AutomationException
getCentralMeridian
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCentralMeridian(double centralMeridian) throws java.io.IOException, AutomationException
setCentralMeridian
in interface IGpSpRefObject
centralMeridian
- The centralMeridian (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getCentralMeridianInDegrees() throws java.io.IOException, AutomationException
getCentralMeridianInDegrees
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCentralMeridianInDegrees(double centralMeridian) throws java.io.IOException, AutomationException
setCentralMeridianInDegrees
in interface IGpSpRefObject
centralMeridian
- The centralMeridian (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLongitudeOfOrigin() throws java.io.IOException, AutomationException
getLongitudeOfOrigin
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLongitudeOfOrigin(double longitudeOfOrigin) throws java.io.IOException, AutomationException
setLongitudeOfOrigin
in interface IGpSpRefObject
longitudeOfOrigin
- The longitudeOfOrigin (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLatitudeOf1st() throws java.io.IOException, AutomationException
getLatitudeOf1st
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLatitudeOf1st(double standardLongitude1) throws java.io.IOException, AutomationException
setLatitudeOf1st
in interface IGpSpRefObject
standardLongitude1
- The standardLongitude1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLatitudeOf2nd() throws java.io.IOException, AutomationException
getLatitudeOf2nd
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLatitudeOf2nd(double latitudeOf2nd) throws java.io.IOException, AutomationException
setLatitudeOf2nd
in interface IGpSpRefObject
latitudeOf2nd
- The latitudeOf2nd (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getFalseEasting() throws java.io.IOException, AutomationException
getFalseEasting
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFalseEasting(double falseEasting) throws java.io.IOException, AutomationException
setFalseEasting
in interface IGpSpRefObject
falseEasting
- The falseEasting (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getFalseNorthing() throws java.io.IOException, AutomationException
getFalseNorthing
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFalseNorthing(double falseNorthing) throws java.io.IOException, AutomationException
setFalseNorthing
in interface IGpSpRefObject
falseNorthing
- The falseNorthing (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getCentralParallel() throws java.io.IOException, AutomationException
getCentralParallel
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCentralParallel(double centralParallel) throws java.io.IOException, AutomationException
setCentralParallel
in interface IGpSpRefObject
centralParallel
- The centralParallel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getStandardParallel1() throws java.io.IOException, AutomationException
getStandardParallel1
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStandardParallel1(double standardParallel1) throws java.io.IOException, AutomationException
setStandardParallel1
in interface IGpSpRefObject
standardParallel1
- The standardParallel1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getStandardParallel2() throws java.io.IOException, AutomationException
getStandardParallel2
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStandardParallel2(double standardParallel2) throws java.io.IOException, AutomationException
setStandardParallel2
in interface IGpSpRefObject
standardParallel2
- The standardParallel2 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLongitudeOf1st() throws java.io.IOException, AutomationException
getLongitudeOf1st
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLongitudeOf1st(double longitudeOf1st) throws java.io.IOException, AutomationException
setLongitudeOf1st
in interface IGpSpRefObject
longitudeOf1st
- The longitudeOf1st (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLongitudeOf2nd() throws java.io.IOException, AutomationException
getLongitudeOf2nd
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLongitudeOf2nd(double longitudeOf2nd) throws java.io.IOException, AutomationException
setLongitudeOf2nd
in interface IGpSpRefObject
longitudeOf2nd
- The longitudeOf2nd (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getScaleFactor() throws java.io.IOException, AutomationException
getScaleFactor
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setScaleFactor(double scaleFactor) throws java.io.IOException, AutomationException
setScaleFactor
in interface IGpSpRefObject
scaleFactor
- The scaleFactor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getAzimuth() throws java.io.IOException, AutomationException
getAzimuth
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAzimuth(double azimuth) throws java.io.IOException, AutomationException
setAzimuth
in interface IGpSpRefObject
azimuth
- The azimuth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getSemiMajorAxis() throws java.io.IOException, AutomationException
getSemiMajorAxis
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSemiMajorAxis(double axis) throws java.io.IOException, AutomationException
setSemiMajorAxis
in interface IGpSpRefObject
axis
- The axis (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getSemiMinorAxis() throws java.io.IOException, AutomationException
getSemiMinorAxis
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSemiMinorAxis(double axis) throws java.io.IOException, AutomationException
setSemiMinorAxis
in interface IGpSpRefObject
axis
- The axis (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getFlattening() throws java.io.IOException, AutomationException
getFlattening
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFlattening(double flattening) throws java.io.IOException, AutomationException
setFlattening
in interface IGpSpRefObject
flattening
- The flattening (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLongitude() throws java.io.IOException, AutomationException
getLongitude
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getRadiansPerUnit() throws java.io.IOException, AutomationException
getRadiansPerUnit
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getClassification() throws java.io.IOException, AutomationException
getClassification
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFalseOriginAndUnits(double falseX, double falseY, double xyUnits) throws java.io.IOException, AutomationException
setFalseOriginAndUnits
in interface IGpSpRefObject
falseX
- The falseX (in)falseY
- The falseY (in)xyUnits
- The xyUnits (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setZFalseOriginAndUnits(double falseZ, double zUnits) throws java.io.IOException, AutomationException
setZFalseOriginAndUnits
in interface IGpSpRefObject
falseZ
- The falseZ (in)zUnits
- The zUnits (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMFalseOriginAndUnits(double falseM, double mUnits) throws java.io.IOException, AutomationException
setMFalseOriginAndUnits
in interface IGpSpRefObject
falseM
- The falseM (in)mUnits
- The mUnits (in)
java.io.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 java.io.IOException, AutomationException
setDomain
in interface IGpSpRefObject
xMin
- The xMin (in)yMin
- The yMin (in)xMax
- The xMax (in)yMax
- The yMax (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setZDomain(double zMin, double zMax) throws java.io.IOException, AutomationException
setZDomain
in interface IGpSpRefObject
zMin
- The zMin (in)zMax
- The zMax (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMDomain(double mMin, double mMax) throws java.io.IOException, AutomationException
setMDomain
in interface IGpSpRefObject
mMin
- The mMin (in)mMax
- The mMax (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLongitude(java.lang.String longitude) throws java.io.IOException, AutomationException
setLongitude
in interface IGpSpRefObject
longitude
- The longitude (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPCSName(java.lang.String name) throws java.io.IOException, AutomationException
setPCSName
in interface IGpSpRefObject
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPCSName() throws java.io.IOException, AutomationException
getPCSName
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPCSCode(int code) throws java.io.IOException, AutomationException
setPCSCode
in interface IGpSpRefObject
code
- The code (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPCSCode() throws java.io.IOException, AutomationException
getPCSCode
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGCSName(java.lang.String name) throws java.io.IOException, AutomationException
setGCSName
in interface IGpSpRefObject
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getGCSName() throws java.io.IOException, AutomationException
getGCSName
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGCSCode(int code) throws java.io.IOException, AutomationException
setGCSCode
in interface IGpSpRefObject
code
- The code (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getGCSCode() throws java.io.IOException, AutomationException
getGCSCode
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSpheroidName(java.lang.String name) throws java.io.IOException, AutomationException
setSpheroidName
in interface IGpSpRefObject
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSpheroidName() throws java.io.IOException, AutomationException
getSpheroidName
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSpheroidCode(int code) throws java.io.IOException, AutomationException
setSpheroidCode
in interface IGpSpRefObject
code
- The code (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSpheroidCode() throws java.io.IOException, AutomationException
getSpheroidCode
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProjectionName(java.lang.String name) throws java.io.IOException, AutomationException
setProjectionName
in interface IGpSpRefObject
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getProjectionName() throws java.io.IOException, AutomationException
getProjectionName
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProjectionCode(int code) throws java.io.IOException, AutomationException
setProjectionCode
in interface IGpSpRefObject
code
- The code (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getProjectionCode() throws java.io.IOException, AutomationException
getProjectionCode
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDatumName(java.lang.String name) throws java.io.IOException, AutomationException
setDatumName
in interface IGpSpRefObject
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDatumName() throws java.io.IOException, AutomationException
getDatumName
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDatumCode(int code) throws java.io.IOException, AutomationException
setDatumCode
in interface IGpSpRefObject
code
- The code (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDatumCode() throws java.io.IOException, AutomationException
getDatumCode
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPrimeMeridianName(java.lang.String name) throws java.io.IOException, AutomationException
setPrimeMeridianName
in interface IGpSpRefObject
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPrimeMeridianName() throws java.io.IOException, AutomationException
getPrimeMeridianName
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPrimeMeridianCode(int code) throws java.io.IOException, AutomationException
setPrimeMeridianCode
in interface IGpSpRefObject
code
- The code (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPrimeMeridianCode() throws java.io.IOException, AutomationException
getPrimeMeridianCode
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAngularUnitName(java.lang.String name) throws java.io.IOException, AutomationException
setAngularUnitName
in interface IGpSpRefObject
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAngularUnitName() throws java.io.IOException, AutomationException
getAngularUnitName
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAngularUnitCode(int code) throws java.io.IOException, AutomationException
setAngularUnitCode
in interface IGpSpRefObject
code
- The code (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAngularUnitCode() throws java.io.IOException, AutomationException
getAngularUnitCode
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLinearUnitName(java.lang.String name) throws java.io.IOException, AutomationException
setLinearUnitName
in interface IGpSpRefObject
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLinearUnitName() throws java.io.IOException, AutomationException
getLinearUnitName
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLinearUnitCode(int code) throws java.io.IOException, AutomationException
setLinearUnitCode
in interface IGpSpRefObject
code
- The code (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLinearUnitCode() throws java.io.IOException, AutomationException
getLinearUnitCode
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void createFromFile(java.lang.String prjFile) throws java.io.IOException, AutomationException
createFromFile
in interface IGpSpRefObject
prjFile
- The prjFile (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void create() throws java.io.IOException, AutomationException
create
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSpatialReferenceByRef(ISpatialReference ppSpRef) throws java.io.IOException, AutomationException
setSpatialReferenceByRef
in interface IGpSpRefObject
ppSpRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
getSpatialReference
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setXYTolerance(double value) throws java.io.IOException, AutomationException
setXYTolerance
in interface IGpSpRefObject
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getXYTolerance() throws java.io.IOException, AutomationException
getXYTolerance
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMTolerance(double value) throws java.io.IOException, AutomationException
setMTolerance
in interface IGpSpRefObject
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMTolerance() throws java.io.IOException, AutomationException
getMTolerance
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setZTolerance(double value) throws java.io.IOException, AutomationException
setZTolerance
in interface IGpSpRefObject
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getZTolerance() throws java.io.IOException, AutomationException
getZTolerance
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setXYResolution(double value) throws java.io.IOException, AutomationException
setXYResolution
in interface IGpSpRefObject
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getXYResolution() throws java.io.IOException, AutomationException
getXYResolution
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMResolution(double value) throws java.io.IOException, AutomationException
setMResolution
in interface IGpSpRefObject
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMResolution() throws java.io.IOException, AutomationException
getMResolution
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setZResolution(double value) throws java.io.IOException, AutomationException
setZResolution
in interface IGpSpRefObject
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getZResolution() throws java.io.IOException, AutomationException
getZResolution
in interface IGpSpRefObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsHighPrecision(java.lang.String value) throws java.io.IOException, AutomationException
setIsHighPrecision
in interface IGpSpRefObject
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getIsHighPrecision() throws java.io.IOException, AutomationException
getIsHighPrecision
in interface IGpSpRefObject
java.io.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 |