|
||||||||||
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
org.citygml4j.jaxb.gml._3_1_1.DerivedCRSType
public class DerivedCRSType
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 |
---|
public DerivedCRSType()
Method Detail |
---|
public DerivedCRSTypeType getDerivedCRSType()
DerivedCRSTypeType
public void setDerivedCRSType(DerivedCRSTypeType value)
value
- allowed object is
DerivedCRSTypeType
public boolean isSetDerivedCRSType()
public CoordinateSystemRefType getUsesCS()
CoordinateSystemRefType
public void setUsesCS(CoordinateSystemRefType value)
value
- allowed object is
CoordinateSystemRefType
public boolean isSetUsesCS()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |