|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--drasys.or.geom.geo.proj.Projection | +--drasys.or.geom.geo.proj.Conic
A class that implements features common to conic projections. The ellipsoid used for the projection is initialized to the current ellipsoid in 'geo.CoordinateSystem'.
Field Summary | |
protected double |
_north
|
protected double |
_south
|
Fields inherited from class drasys.or.geom.geo.proj.Projection |
_e,
_e2,
_easting,
_ellipsoid,
_er,
_halfE,
_northing,
_oneMinusE2 |
Constructor Summary | |
Conic(double latitude1,
double latitude2)
|
|
Conic(RangeI range)
|
Method Summary | |
double |
getNorthParallel()
Returns the latitude of the north standard parallel in degrees. |
double |
getSouthParallel()
Returns the latitude of the south standard parallel in degrees. |
Methods inherited from class drasys.or.geom.geo.proj.Projection |
forward,
forwardTransform,
forwardTransform,
getEasting,
getEllipsoid,
getNorthing,
inputCoordinateSystem,
inverse,
inverseTransform,
inverseTransform,
msfn,
msfn,
outputCoordinateSystem,
phi1,
phi2,
qsfn,
setEasting,
setEllipsoid,
setNorthing,
tsfn,
tsfn |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected double _north
protected double _south
Constructor Detail |
public Conic(RangeI range) throws GeomException
public Conic(double latitude1, double latitude2) throws GeomException
Method Detail |
public double getNorthParallel()
public double getSouthParallel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |