|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractGeometryType
net.opengis.gml.AbstractRingType
net.opengis.gml.LinearRingType
public class LinearRingType
A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates must be coincident.
Classe Java pour LinearRingType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="LinearRingType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractRingType">
<sequence>
<choice>
<choice maxOccurs="unbounded" minOccurs="4">
<element ref="{http://www.opengis.net/gml}pos"/>
<element ref="{http://www.opengis.net/gml}pointProperty"/>
<element ref="{http://www.opengis.net/gml}pointRep"/>
</choice>
<element ref="{http://www.opengis.net/gml}posList"/>
<element ref="{http://www.opengis.net/gml}coordinates"/>
<element ref="{http://www.opengis.net/gml}coord" maxOccurs="unbounded" minOccurs="4"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<CoordType> |
coord
|
protected CoordinatesType |
coordinates
|
protected DirectPositionListType |
posList
|
protected List<JAXBElement<?>> |
posOrPointPropertyOrPointRep
|
| Fields inherited from class net.opengis.gml.AbstractGeometryType |
|---|
axisLabels, gid, srsDimension, srsName, uomLabels |
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
LinearRingType()
|
|
| Method Summary | |
|---|---|
List<CoordType> |
getCoord()
Deprecated with GML version 3.0 and included for backwards compatibility with GML 2. |
CoordinatesType |
getCoordinates()
Deprecated with GML version 3.1.0. |
DirectPositionListType |
getPosList()
Obtient la valeur de la propriété posList. |
List<JAXBElement<?>> |
getPosOrPointPropertyOrPointRep()
Gets the value of the posOrPointPropertyOrPointRep property. |
boolean |
isSetCoord()
|
boolean |
isSetCoordinates()
|
boolean |
isSetPosList()
|
boolean |
isSetPosOrPointPropertyOrPointRep()
|
void |
setCoordinates(CoordinatesType value)
Définit la valeur de la propriété coordinates. |
void |
setPosList(DirectPositionListType value)
Définit la valeur de la propriété posList. |
void |
unsetCoord()
|
void |
unsetPosOrPointPropertyOrPointRep()
|
| Methods inherited from class net.opengis.gml.AbstractGeometryType |
|---|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setGid, setSrsDimension, setSrsName, unsetAxisLabels, unsetUomLabels |
| 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 |
|---|
protected List<JAXBElement<?>> posOrPointPropertyOrPointRep
protected DirectPositionListType posList
protected CoordinatesType coordinates
protected List<CoordType> coord
| Constructor Detail |
|---|
public LinearRingType()
| Method Detail |
|---|
public List<JAXBElement<?>> getPosOrPointPropertyOrPointRep()
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 posOrPointPropertyOrPointRep property.
For example, to add a new item, do as follows:
getPosOrPointPropertyOrPointRep().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<DirectPositionType>
JAXBElement<PointPropertyType>
JAXBElement<PointPropertyType>
public boolean isSetPosOrPointPropertyOrPointRep()
public void unsetPosOrPointPropertyOrPointRep()
public DirectPositionListType getPosList()
DirectPositionListTypepublic void setPosList(DirectPositionListType value)
value - allowed object is
DirectPositionListTypepublic boolean isSetPosList()
public CoordinatesType getCoordinates()
CoordinatesTypepublic void setCoordinates(CoordinatesType value)
value - allowed object is
CoordinatesTypepublic boolean isSetCoordinates()
public List<CoordType> getCoord()
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 coord property.
For example, to add a new item, do as follows:
getCoord().add(newItem);
Objects of the following type(s) are allowed in the list
CoordType
public boolean isSetCoord()
public void unsetCoord()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||