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-Klasse für DerivedCRSType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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()
          Ruft den Wert der derivedCRSType-Eigenschaft ab.
 CoordinateSystemRefType getUsesCS()
          Ruft den Wert der usesCS-Eigenschaft ab.
 boolean isSetDerivedCRSType()
           
 boolean isSetUsesCS()
           
 void setDerivedCRSType(DerivedCRSTypeType value)
          Legt den Wert der derivedCRSType-Eigenschaft fest.
 void setUsesCS(CoordinateSystemRefType value)
          Legt den Wert der usesCS-Eigenschaft fest.
 
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()
Ruft den Wert der derivedCRSType-Eigenschaft ab.

Returns:
possible object is DerivedCRSTypeType

setDerivedCRSType

public void setDerivedCRSType(DerivedCRSTypeType value)
Legt den Wert der derivedCRSType-Eigenschaft fest.

Parameters:
value - allowed object is DerivedCRSTypeType

isSetDerivedCRSType

public boolean isSetDerivedCRSType()

getUsesCS

public CoordinateSystemRefType getUsesCS()
Ruft den Wert der usesCS-Eigenschaft ab.

Returns:
possible object is CoordinateSystemRefType

setUsesCS

public void setUsesCS(CoordinateSystemRefType value)
Legt den Wert der usesCS-Eigenschaft fest.

Parameters:
value - allowed object is CoordinateSystemRefType

isSetUsesCS

public boolean isSetUsesCS()