|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProjectedCoordinateSystem
Provides access to members that control the properties and methods for all projected coordinate systems.
Method Summary | |
---|---|
void |
forward(int count,
_WKSPoint points)
Projects points from geographic to planar coordinates. |
double |
getAzimuth()
The azimuth of a projected coordinate system. |
double |
getCentralMeridian(boolean inDegrees)
The central meridian (Lambda0) of a projected coordinate system. |
double |
getCentralParallel()
The central parallel (Phi 0) of a projected coordinate system. |
ILinearUnit |
getCoordinateUnit()
The linear unit of a projected coordinate system. |
double |
getFalseEasting()
The false easting (X0) of a projected coordinate system. |
double |
getFalseNorthing()
The false northing (Y0) of a projected coordinate system. |
IGeographicCoordinateSystem |
getGeographicCoordinateSystem()
The geographic coordinate system of a projected coordinate system. |
esriSRHorizon |
getHorizon(int horizonIndex)
The mathematical limits of a projected coordinate system. |
int |
getHorizonCount()
The number of shapes that describe the limits of a ProjCS. |
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. |
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. |
void |
getParameters(IParameter[] parameters)
Deprecated. This method uses C style arrays which is not supported in the Java API for ArcObjects. It is replaced by IProjectedCoordinateSystem4GEN.getParameters(com.esri.arcgis.geometry.IParameter[][]) . |
IProjection |
getProjection()
The map projection of a projected coordinate system. |
double |
getScaleFactor()
The scale factor (K0) of a projected coordinate system. |
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 |
getUsage()
The usage notes of a projected coordinate system. |
void |
inverse(int count,
_WKSPoint points)
Projects points from planar to geographic coordinates. |
void |
setAzimuth(double azimuth)
The azimuth of a projected coordinate system. |
void |
setCentralMeridian(boolean inDegrees,
double centralMeridian)
The central meridian (Lambda0) of a projected coordinate system. |
void |
setCentralParallel(double centralParallel)
The central parallel (Phi 0) of a projected coordinate system. |
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 |
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 |
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 |
setScaleFactor(double scaleFactor)
The scale factor (K0) of a projected coordinate system. |
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. |
Methods inherited from interface com.esri.arcgis.geometry.ISpatialReference |
---|
changed, getDomain, getFalseOriginAndUnits, getMDomain, getMFalseOriginAndUnits, getZCoordinateUnit, getZDomain, getZFalseOriginAndUnits, hasMPrecision, hasXYPrecision, hasZPrecision, isPrecisionEqual, setDomain, setFalseOriginAndUnits, setMDomain, setMFalseOriginAndUnits, setZCoordinateUnit, setZDomain, setZFalseOriginAndUnits |
Methods inherited from interface com.esri.arcgis.geometry.ISpatialReferenceInfo |
---|
getAbbreviation, getAlias, getFactoryCode, getName, getRemarks |
Method Detail |
---|
String getUsage() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeographicCoordinateSystem getGeographicCoordinateSystem() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IProjection getProjection() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getParameters(IParameter[] parameters) throws IOException, AutomationException
IProjectedCoordinateSystem4GEN.getParameters(com.esri.arcgis.geometry.IParameter[][])
.
parameters
- A reference to a com.esri.arcgis.geometry.IParameter (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILinearUnit getCoordinateUnit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void forward(int count, _WKSPoint points) throws IOException, AutomationException
count
- The count (in)points
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void inverse(int count, _WKSPoint points) throws IOException, AutomationException
count
- The count (in)points
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHorizonCount() throws IOException, AutomationException
Returns 1 if the horizon is an envelope.
Obsolete. Use IProjectedCoordinateSystem2::GetHorizon.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.esriSRHorizon getHorizon(int horizonIndex) throws IOException, AutomationException
horizonIndex
- The horizonIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCentralMeridian(boolean inDegrees) throws IOException, AutomationException
inDegrees
- The inDegrees (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCentralMeridian(boolean inDegrees, double centralMeridian) throws IOException, AutomationException
inDegrees
- The inDegrees (in)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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |