Package net.opengis.gml._3
Class PointType
- java.lang.Object
-
- net.opengis.gml._3.AbstractGMLType
-
- net.opengis.gml._3.AbstractGeometryType
-
- net.opengis.gml._3.AbstractGeometricPrimitiveType
-
- net.opengis.gml._3.PointType
-
- All Implemented Interfaces:
Serializable
public class PointType extends AbstractGeometricPrimitiveType implements Serializable
Java class for PointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointType"> <complexContent> <extension base="{http://www.opengis.net/gml/3.2}AbstractGeometricPrimitiveType"> <sequence> <choice> <element ref="{http://www.opengis.net/gml/3.2}pos"/> </choice> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DirectPositionTypepos-
Fields inherited from class net.opengis.gml._3.AbstractGeometryType
srsDimension, srsName
-
Fields inherited from class net.opengis.gml._3.AbstractGMLType
descriptionReference, id, identifier, names
-
-
Constructor Summary
Constructors Constructor Description PointType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectPositionTypegetPos()Gets the value of the pos property.voidsetPos(DirectPositionType value)Sets the value of the pos property.-
Methods inherited from class net.opengis.gml._3.AbstractGeometryType
getSrsDimension, getSrsName, setSrsDimension, setSrsName
-
Methods inherited from class net.opengis.gml._3.AbstractGMLType
getDescriptionReference, getId, getIdentifier, getNames, setDescriptionReference, setId, setIdentifier
-
-
-
-
Field Detail
-
pos
protected DirectPositionType pos
-
-
Method Detail
-
getPos
public DirectPositionType getPos()
Gets the value of the pos property.- Returns:
- possible object is
DirectPositionType
-
setPos
public void setPos(DirectPositionType value)
Sets the value of the pos property.- Parameters:
value- allowed object isDirectPositionType
-
-