org.citygml4j.jaxb.gml._3_1_1
Class CompoundCRSType

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.CompoundCRSType

public class CompoundCRSType
extends AbstractReferenceSystemType

A coordinate reference system describing the position of points through two or more independent coordinate reference systems.

Java-Klasse für CompoundCRSType complex type.

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

 <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

CompoundCRSType

public CompoundCRSType()
Method Detail

getIncludesCRS

public java.util.List<CoordinateReferenceSystemRefType> getIncludesCRS()
Ordered sequence of associations to all the component coordinate reference systems included in this compound coordinate reference system. Gets the value of the includesCRS property.

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


isSetIncludesCRS

public boolean isSetIncludesCRS()

unsetIncludesCRS

public void unsetIncludesCRS()

setIncludesCRS

public 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.

Parameters:
includesCRS - allowed object is CoordinateReferenceSystemRefType