|
||||||||||
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.CompoundCRSType
public class CompoundCRSType
A coordinate reference system describing the position of points through two or more independent coordinate reference systems.
Java class for CompoundCRSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompoundCRSType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractReferenceSystemType"> <sequence> <element ref="{http://www.opengis.net/gml}includesCRS" maxOccurs="unbounded" minOccurs="2"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
CompoundCRSType()
|
Method Summary | |
---|---|
java.util.List<CoordinateReferenceSystemRefType> |
getIncludesCRS()
Ordered sequence of associations to all the component coordinate reference systems included in this compound coordinate reference system. |
boolean |
isSetIncludesCRS()
|
void |
setIncludesCRS(java.util.List<CoordinateReferenceSystemRefType> includesCRS)
Ordered sequence of associations to all the component coordinate reference systems included in this compound coordinate reference system. |
void |
unsetIncludesCRS()
|
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 CompoundCRSType()
Method Detail |
---|
public java.util.List<CoordinateReferenceSystemRefType> getIncludesCRS()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the includesCRS property.
For example, to add a new item, do as follows:
getIncludesCRS().add(newItem);
Objects of the following type(s) are allowed in the list
CoordinateReferenceSystemRefType
public boolean isSetIncludesCRS()
public void unsetIncludesCRS()
public void setIncludesCRS(java.util.List<CoordinateReferenceSystemRefType> includesCRS)
includesCRS
- allowed object is
CoordinateReferenceSystemRefType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |