|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.DefinitionType
org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemBaseType
org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemType
org.citygml4j.jaxb.gml._3_1_1.AbstractGeneralDerivedCRSType
public abstract class AbstractGeneralDerivedCRSType
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 |
---|
public AbstractGeneralDerivedCRSType()
Method Detail |
---|
public CoordinateReferenceSystemRefType getBaseCRS()
CoordinateReferenceSystemRefType
public void setBaseCRS(CoordinateReferenceSystemRefType value)
value
- allowed object is
CoordinateReferenceSystemRefType
public boolean isSetBaseCRS()
public GeneralConversionRefType getDefinedByConversion()
GeneralConversionRefType
public void setDefinedByConversion(GeneralConversionRefType value)
value
- allowed object is
GeneralConversionRefType
public boolean isSetDefinedByConversion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |