|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectionType | |
---|---|
org.deegree.crs |
Uses of ProjectionType in org.deegree.crs |
---|
Subclasses of ProjectionType in org.deegree.crs | |
---|---|
class |
LambertConformalConicType
A Lambert Conformal Conic projection needs the supplement information (like all conic projections) of the first and/or second projection parallels, e.g. the parallels which intersect with the datum. |
class |
StereographicAzimuthalType
A Stereographic Azimuthal projection only needs the supplement information of the true scale latitude, which defines the latitude (in radians) around the projection point for which the projection has a true scale. |
class |
TransverseMercatorType
A transverse mercator projection only needs the supplement information of the norther/southern hemisphere, if failing northern hemisphere is assumed. |
Fields in org.deegree.crs with type parameters of type ProjectionType | |
---|---|
protected List<ProjectionType> |
ProjectionDefinitions.lambertAzimuthalEqualArea
|
protected List<ProjectionType> |
ProjectionDefinitions.mercator
|
protected List<ProjectionType> |
ProjectionDefinitions.stereographicAlternative
|
protected List<ProjectionType> |
ProjectionDefinitions.userDefined
|
protected List<ProjectionType> |
TransformationDefinitions.userDefined
|
Methods in org.deegree.crs that return ProjectionType | |
---|---|
ProjectionType |
ObjectFactory.createProjectionType()
Create an instance of ProjectionType |
Methods in org.deegree.crs that return types with arguments of type ProjectionType | |
---|---|
List<ProjectionType> |
ProjectionDefinitions.getLambertAzimuthalEqualArea()
Gets the value of the lambertAzimuthalEqualArea property. |
List<ProjectionType> |
ProjectionDefinitions.getMercator()
Gets the value of the mercator property. |
List<ProjectionType> |
ProjectionDefinitions.getStereographicAlternative()
Gets the value of the stereographicAlternative property. |
List<ProjectionType> |
ProjectionDefinitions.getUserDefined()
Gets the value of the userDefined property. |
List<ProjectionType> |
TransformationDefinitions.getUserDefined()
Gets the value of the userDefined property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |