org.deegree.crs
Class LambertConformalConicType

java.lang.Object
  extended by org.deegree.crs.Identifiable
      extended by org.deegree.crs.ProjectionType
          extended by 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>
 


Field Summary
protected  LatLongType firstParallelLatitude
           
protected  LatLongType secondParallelLatitude
           
 
Fields inherited from class org.deegree.crs.ProjectionType
clazz, falseEasting, falseNorthing, latitudeOfNaturalOrigin, longitudeOfNaturalOrigin, scaleFactor
 
Fields inherited from class org.deegree.crs.Identifiable
id, nameOrVersionOrDescription
 
Constructor Summary
LambertConformalConicType()
           
 
Method Summary
 LatLongType getFirstParallelLatitude()
          Gets the value of the firstParallelLatitude property.
 LatLongType getSecondParallelLatitude()
          Gets the value of the secondParallelLatitude property.
 void setFirstParallelLatitude(LatLongType value)
          Sets the value of the firstParallelLatitude property.
 void setSecondParallelLatitude(LatLongType value)
          Sets the value of the secondParallelLatitude property.
 
Methods inherited from class org.deegree.crs.ProjectionType
getClazz, getFalseEasting, getFalseNorthing, getLatitudeOfNaturalOrigin, getLongitudeOfNaturalOrigin, getScaleFactor, setClazz, setFalseEasting, setFalseNorthing, setLatitudeOfNaturalOrigin, setLongitudeOfNaturalOrigin, setScaleFactor
 
Methods inherited from class org.deegree.crs.Identifiable
getId, getNameOrVersionOrDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstParallelLatitude

protected LatLongType firstParallelLatitude

secondParallelLatitude

protected LatLongType secondParallelLatitude
Constructor Detail

LambertConformalConicType

public LambertConformalConicType()
Method Detail

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.