org.deegree.crs
Class LambertConformalConicType
java.lang.Object
org.deegree.crs.Identifiable
org.deegree.crs.ProjectionType
org.deegree.crs.LambertConformalConicType
public class LambertConformalConicType
- extends ProjectionType
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.
If failing the projection
latitude will be assumed.
Java class for LambertConformalConicType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LambertConformalConicType">
<complexContent>
<extension base="{http://www.deegree.org/crs}ProjectionType">
<sequence>
<element name="FirstParallelLatitude" type="{http://www.deegree.org/crs}LatLongType" minOccurs="0"/>
<element name="SecondParallelLatitude" type="{http://www.deegree.org/crs}LatLongType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class org.deegree.crs.ProjectionType |
getClazz, getFalseEasting, getFalseNorthing, getLatitudeOfNaturalOrigin, getLongitudeOfNaturalOrigin, getScaleFactor, setClazz, setFalseEasting, setFalseNorthing, setLatitudeOfNaturalOrigin, setLongitudeOfNaturalOrigin, setScaleFactor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
firstParallelLatitude
protected LatLongType firstParallelLatitude
secondParallelLatitude
protected LatLongType secondParallelLatitude
LambertConformalConicType
public LambertConformalConicType()
getFirstParallelLatitude
public LatLongType getFirstParallelLatitude()
- Gets the value of the firstParallelLatitude property.
- Returns:
- possible object is
LatLongType
setFirstParallelLatitude
public void setFirstParallelLatitude(LatLongType value)
- Sets the value of the firstParallelLatitude property.
- Parameters:
value
- allowed object is
LatLongType
getSecondParallelLatitude
public LatLongType getSecondParallelLatitude()
- Gets the value of the secondParallelLatitude property.
- Returns:
- possible object is
LatLongType
setSecondParallelLatitude
public void setSecondParallelLatitude(LatLongType value)
- Sets the value of the secondParallelLatitude property.
- Parameters:
value
- allowed object is
LatLongType
Copyright © 2011. All Rights Reserved.