public class PointType extends AbstractGeometricPrimitiveType
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>
| Modifier and Type | Field and Description |
|---|---|
protected DirectPositionType |
pos |
srsDimension, srsNamedescriptionReference, id, identifier, name| Constructor and Description |
|---|
PointType() |
| Modifier and Type | Method and Description |
|---|---|
DirectPositionType |
getPos()
Gets the value of the pos property.
|
void |
setPos(DirectPositionType value)
Sets the value of the pos property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
PointType |
withDescriptionReference(ReferenceType value) |
PointType |
withId(String value) |
PointType |
withIdentifier(CodeWithAuthorityType value) |
PointType |
withName(CodeType... values) |
PointType |
withName(Collection<CodeType> values) |
PointType |
withPos(DirectPositionType value) |
PointType |
withSrsDimension(BigInteger value) |
PointType |
withSrsName(String value) |
getSrsDimension, getSrsName, setSrsDimension, setSrsNamegetDescriptionReference, getId, getIdentifier, getName, setDescriptionReference, setId, setIdentifierprotected DirectPositionType pos
public DirectPositionType getPos()
DirectPositionTypepublic void setPos(DirectPositionType value)
value - allowed object is
DirectPositionTypepublic PointType withPos(DirectPositionType value)
public PointType withSrsName(String value)
withSrsName in class AbstractGeometricPrimitiveTypepublic PointType withSrsDimension(BigInteger value)
withSrsDimension in class AbstractGeometricPrimitiveTypepublic PointType withDescriptionReference(ReferenceType value)
withDescriptionReference in class AbstractGeometricPrimitiveTypepublic PointType withIdentifier(CodeWithAuthorityType value)
withIdentifier in class AbstractGeometricPrimitiveTypepublic PointType withName(CodeType... values)
withName in class AbstractGeometricPrimitiveTypepublic PointType withName(Collection<CodeType> values)
withName in class AbstractGeometricPrimitiveTypepublic PointType withId(String value)
withId in class AbstractGeometricPrimitiveTypepublic String toString()
toString in class AbstractGeometricPrimitiveTypeCopyright © 2018 Entur AS. All rights reserved.