net.opengis.gml
Class CompoundCRSType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractReferenceSystemBaseType
net.opengis.gml.AbstractReferenceSystemType
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>
| 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 |
includesCRS
protected List<CoordinateReferenceSystemRefType> includesCRS
CompoundCRSType
public CompoundCRSType()
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.