org.deegree.cs.projections.conic
Interface IConicProjection

All Superinterfaces:
CRSResource, IProjection, Object, TypedObjectNode
All Known Subinterfaces:
ILambertConformalConic
All Known Implementing Classes:
ConicProjection, LambertConformalConic, LambertConformalConicRef

public interface IConicProjection
extends IProjection

Interface describing a ConicProjection

Version:
$Revision: $, $Date: $
Author:
Lyn Buesching, last edited by: $Author: lyn $

Method Summary
 double getFirstParallelLatitude()
           
 double getSecondParallelLatitude()
           
 
Methods inherited from interface org.deegree.cs.projections.IProjection
doInverseProjection, doProjection, getCosphi0, getEccentricity, getEllipsoid, getFalseEasting, getFalseNorthing, getImplementationName, getNaturalOrigin, getPrimeMeridian, getProjectionLatitude, getProjectionLongitude, getScale, getScaleFactor, getSemiMajorAxis, getSemiMinorAxis, getSinphi0, getSquaredEccentricity, getUnits, isConformal, isEqualArea, isSpherical, setFalseEasting, setScale
 
Methods inherited from interface org.deegree.cs.CRSResource
addAreaOfUse, addName, getAreaOfUse, getAreaOfUseBBox, getAreasOfUse, getCode, getCodeAndName, getCodes, getDescription, getDescriptions, getName, getNames, getOrignalCodeStrings, getVersion, getVersions, hasCode, hasId, hasIdOrName, setDefaultAreaOfUse, setDefaultDescription, setDefaultId, setDefaultName, setDefaultVersion
 
Methods inherited from interface org.deegree.commons.tom.Object
getId
 

Method Detail

getFirstParallelLatitude

double getFirstParallelLatitude()
Returns:
the latitude of the first parallel which is the intersection of the earth with the cone or the projectionLatitude if the cone is tangential with earth (e.g. one standard parallel).

getSecondParallelLatitude

double getSecondParallelLatitude()
Returns:
the latitude of the first parallel which is the intersection of the earth with the cone or the projectionLatitude if the cone is tangential with earth (e.g. one standard parallel).


Copyright © 2011. All Rights Reserved.