org.citygml4j.jaxb.gml._3_1_1
Class AbstractGeneralDerivedCRSType

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
Direct Known Subclasses:
DerivedCRSType, ProjectedCRSType

public abstract class AbstractGeneralDerivedCRSType
extends AbstractReferenceSystemType

A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum). This abstract complexType shall not be used, extended, or restricted, in an Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document.

Java class for AbstractGeneralDerivedCRSType complex type.

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

 <complexType name="AbstractGeneralDerivedCRSType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractReferenceSystemType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}baseCRS"/>
         <element ref="{http://www.opengis.net/gml}definedByConversion"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractGeneralDerivedCRSType()
           
 
Method Summary
 CoordinateReferenceSystemRefType getBaseCRS()
          Gets the value of the baseCRS property.
 GeneralConversionRefType getDefinedByConversion()
          Gets the value of the definedByConversion property.
 boolean isSetBaseCRS()
           
 boolean isSetDefinedByConversion()
           
 void setBaseCRS(CoordinateReferenceSystemRefType value)
          Sets the value of the baseCRS property.
 void setDefinedByConversion(GeneralConversionRefType value)
          Sets the value of the definedByConversion property.
 
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

AbstractGeneralDerivedCRSType

public AbstractGeneralDerivedCRSType()
Method Detail

getBaseCRS

public CoordinateReferenceSystemRefType getBaseCRS()
Gets the value of the baseCRS property.

Returns:
possible object is CoordinateReferenceSystemRefType

setBaseCRS

public void setBaseCRS(CoordinateReferenceSystemRefType value)
Sets the value of the baseCRS property.

Parameters:
value - allowed object is CoordinateReferenceSystemRefType

isSetBaseCRS

public boolean isSetBaseCRS()

getDefinedByConversion

public GeneralConversionRefType getDefinedByConversion()
Gets the value of the definedByConversion property.

Returns:
possible object is GeneralConversionRefType

setDefinedByConversion

public void setDefinedByConversion(GeneralConversionRefType value)
Sets the value of the definedByConversion property.

Parameters:
value - allowed object is GeneralConversionRefType

isSetDefinedByConversion

public boolean isSetDefinedByConversion()