|
||||||||||
| 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.AbstractGeometricPrimitiveType
net.opengis.gml.PointType
public class PointType
A Point is defined by a single coordinate tuple.
Classe Java pour PointType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="PointType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractGeometricPrimitiveType">
<sequence>
<choice>
<element ref="{http://www.opengis.net/gml}pos"/>
<element ref="{http://www.opengis.net/gml}coordinates"/>
<element ref="{http://www.opengis.net/gml}coord"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CoordType |
coord
|
protected CoordinatesType |
coordinates
|
protected DirectPositionType |
pos
|
| 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 | |
|---|---|
PointType()
|
|
| Method Summary | |
|---|---|
CoordType |
getCoord()
Deprecated with GML version 3.0. |
CoordinatesType |
getCoordinates()
Deprecated with GML version 3.1.0 for coordinates with ordinate values that are numbers. |
DirectPositionType |
getPos()
Obtient la valeur de la propriété pos. |
boolean |
isSetCoord()
|
boolean |
isSetCoordinates()
|
boolean |
isSetPos()
|
void |
setCoord(CoordType value)
Définit la valeur de la propriété coord. |
void |
setCoordinates(CoordinatesType value)
Définit la valeur de la propriété coordinates. |
void |
setPos(DirectPositionType value)
Définit la valeur de la propriété pos. |
| 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 DirectPositionType pos
protected CoordinatesType coordinates
protected CoordType coord
| Constructor Detail |
|---|
public PointType()
| Method Detail |
|---|
public DirectPositionType getPos()
DirectPositionTypepublic void setPos(DirectPositionType value)
value - allowed object is
DirectPositionTypepublic boolean isSetPos()
public CoordinatesType getCoordinates()
CoordinatesTypepublic void setCoordinates(CoordinatesType value)
value - allowed object is
CoordinatesTypepublic boolean isSetCoordinates()
public CoordType getCoord()
CoordTypepublic void setCoord(CoordType value)
value - allowed object is
CoordTypepublic boolean isSetCoord()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||