|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGriddedSurfaceType.Row
public static class AbstractGriddedSurfaceType.Row
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.opengis.net/gml}geometricPositionListGroup"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
geometricPositionGroup
|
protected DirectPositionListType |
posList
|
| Constructor Summary | |
|---|---|
AbstractGriddedSurfaceType.Row()
|
|
| Method Summary | |
|---|---|
List<Object> |
getGeometricPositionGroup()
Gets the value of the geometricPositionGroup property. |
DirectPositionListType |
getPosList()
Obtient la valeur de la propriété posList. |
boolean |
isSetGeometricPositionGroup()
|
boolean |
isSetPosList()
|
void |
setPosList(DirectPositionListType value)
Définit la valeur de la propriété posList. |
void |
unsetGeometricPositionGroup()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DirectPositionListType posList
protected List<Object> geometricPositionGroup
| Constructor Detail |
|---|
public AbstractGriddedSurfaceType.Row()
| Method Detail |
|---|
public DirectPositionListType getPosList()
DirectPositionListTypepublic void setPosList(DirectPositionListType value)
value - allowed object is
DirectPositionListTypepublic boolean isSetPosList()
public List<Object> getGeometricPositionGroup()
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 geometricPositionGroup property.
For example, to add a new item, do as follows:
getGeometricPositionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
DirectPositionType
PointPropertyType
public boolean isSetGeometricPositionGroup()
public void unsetGeometricPositionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||