net.opengis.gml
Class CompoundCRSType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by net.opengis.gml.AbstractReferenceSystemBaseType
              extended by net.opengis.gml.AbstractReferenceSystemType
                  extended by net.opengis.gml.CompoundCRSType

public class CompoundCRSType
extends AbstractReferenceSystemType

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

Classe Java pour CompoundCRSType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

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


Field Summary
protected  List<CoordinateReferenceSystemRefType> includesCRS
           
 
Fields inherited from class net.opengis.gml.AbstractReferenceSystemType
remarks, scope, srsID, validArea
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
CompoundCRSType()
           
 
Method Summary
 List<CoordinateReferenceSystemRefType> getIncludesCRS()
          Ordered sequence of associations to all the component coordinate reference systems included in this compound coordinate reference system.
 boolean isSetIncludesCRS()
           
 void unsetIncludesCRS()
           
 
Methods inherited from class net.opengis.gml.AbstractReferenceSystemType
getRemarks, getScope, getSrsID, getValidArea, isSetRemarks, isSetScope, isSetSrsID, isSetValidArea, setRemarks, setScope, setValidArea, unsetSrsID
 
Methods inherited from class net.opengis.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

includesCRS

protected List<CoordinateReferenceSystemRefType> includesCRS
Constructor Detail

CompoundCRSType

public CompoundCRSType()
Method Detail

getIncludesCRS

public 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()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.