|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IProjectedCoordinateSystem
COM Interface 'IProjectedCoordinateSystem'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeometry.olb'
Description: 'Provides access to members that control the properties and methods for all projected coordinate systems.' 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 | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDf94e4c00_1dd1_11b2_bf4e_08002022f573
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.geometry.ISpatialReference |
|---|
IID4434d680_f4da_11d1_bca6_0000f875bcce |
| Fields inherited from interface com.esri.arcgis.geometry.ISpatialReferenceInfo |
|---|
IID4da0fe00_1dd2_11b2_bf49_08002022f573 |
| 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)
Gets the map projection parameters of a projected coordinate system. |
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. |
java.lang.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 |
| Field Detail |
|---|
static final int IIDf94e4c00_1dd1_11b2_bf4e_08002022f573
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getUsage()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeographicCoordinateSystem getGeographicCoordinateSystem()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IProjection getProjection()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getParameters(IParameter[] parameters)
throws java.io.IOException,
AutomationException
parameters - A reference to a com.esri.arcgis.geometry.IParameter (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILinearUnit getCoordinateUnit()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void forward(int count,
_WKSPoint points)
throws java.io.IOException,
AutomationException
count - The count (in)points - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void inverse(int count,
_WKSPoint points)
throws java.io.IOException,
AutomationException
count - The count (in)points - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHorizonCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
esriSRHorizon getHorizon(int horizonIndex)
throws java.io.IOException,
AutomationException
horizonIndex - The horizonIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getCentralMeridian(boolean inDegrees)
throws java.io.IOException,
AutomationException
inDegrees - The inDegrees (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCentralMeridian(boolean inDegrees,
double centralMeridian)
throws java.io.IOException,
AutomationException
inDegrees - The inDegrees (in)centralMeridian - The centralMeridian (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getLongitudeOfOrigin()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLongitudeOfOrigin(double longitudeOfOrigin)
throws java.io.IOException,
AutomationException
longitudeOfOrigin - The longitudeOfOrigin (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getLatitudeOf1st()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLatitudeOf1st(double standardLongitude1)
throws java.io.IOException,
AutomationException
standardLongitude1 - The standardLongitude1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getLatitudeOf2nd()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLatitudeOf2nd(double latitudeOf2nd)
throws java.io.IOException,
AutomationException
latitudeOf2nd - The latitudeOf2nd (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getFalseEasting()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFalseEasting(double falseEasting)
throws java.io.IOException,
AutomationException
falseEasting - The falseEasting (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getFalseNorthing()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFalseNorthing(double falseNorthing)
throws java.io.IOException,
AutomationException
falseNorthing - The falseNorthing (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getCentralParallel()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCentralParallel(double centralParallel)
throws java.io.IOException,
AutomationException
centralParallel - The centralParallel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getStandardParallel1()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStandardParallel1(double standardParallel1)
throws java.io.IOException,
AutomationException
standardParallel1 - The standardParallel1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getStandardParallel2()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStandardParallel2(double standardParallel2)
throws java.io.IOException,
AutomationException
standardParallel2 - The standardParallel2 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getLongitudeOf1st()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLongitudeOf1st(double longitudeOf1st)
throws java.io.IOException,
AutomationException
longitudeOf1st - The longitudeOf1st (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getLongitudeOf2nd()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLongitudeOf2nd(double longitudeOf2nd)
throws java.io.IOException,
AutomationException
longitudeOf2nd - The longitudeOf2nd (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getScaleFactor()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setScaleFactor(double scaleFactor)
throws java.io.IOException,
AutomationException
scaleFactor - The scaleFactor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getAzimuth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAzimuth(double azimuth)
throws java.io.IOException,
AutomationException
azimuth - The azimuth (in)
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 | ||||||||