org.citygml4j.jaxb.gml._3_1_1
Class DerivedCRSType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.DefinitionType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemBaseType
              extended by org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemType
                  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGeneralDerivedCRSType
                      extended by org.citygml4j.jaxb.gml._3_1_1.DerivedCRSType

public class DerivedCRSType
extends AbstractGeneralDerivedCRSType

A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system. This category includes coordinate reference systems derived from a projected coordinate reference system.

Java class for DerivedCRSType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DerivedCRSType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractGeneralDerivedCRSType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}derivedCRSType"/>
         <element ref="{http://www.opengis.net/gml}usesCS"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
DerivedCRSType()
           
 
Method Summary
 DerivedCRSTypeType getDerivedCRSType()
          Gets the value of the derivedCRSType property.
 CoordinateSystemRefType getUsesCS()
          Gets the value of the usesCS property.
 boolean isSetDerivedCRSType()
           
 boolean isSetUsesCS()
           
 void setDerivedCRSType(DerivedCRSTypeType value)
          Sets the value of the derivedCRSType property.
 void setUsesCS(CoordinateSystemRefType value)
          Sets the value of the usesCS property.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGeneralDerivedCRSType
getBaseCRS, getDefinedByConversion, isSetBaseCRS, isSetDefinedByConversion, setBaseCRS, setDefinedByConversion
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemType
getRemarks, getScope, getSrsID, getValidArea, isSetRemarks, isSetScope, isSetSrsID, isSetValidArea, setRemarks, setScope, setSrsID, setValidArea, unsetSrsID
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerivedCRSType

public DerivedCRSType()
Method Detail

getDerivedCRSType

public DerivedCRSTypeType getDerivedCRSType()
Gets the value of the derivedCRSType property.

Returns:
possible object is DerivedCRSTypeType

setDerivedCRSType

public void setDerivedCRSType(DerivedCRSTypeType value)
Sets the value of the derivedCRSType property.

Parameters:
value - allowed object is DerivedCRSTypeType

isSetDerivedCRSType

public boolean isSetDerivedCRSType()

getUsesCS

public CoordinateSystemRefType getUsesCS()
Gets the value of the usesCS property.

Returns:
possible object is CoordinateSystemRefType

setUsesCS

public void setUsesCS(CoordinateSystemRefType value)
Sets the value of the usesCS property.

Parameters:
value - allowed object is CoordinateSystemRefType

isSetUsesCS

public boolean isSetUsesCS()