public class Point extends Object implements XmlNamespaceConstants
<complexType name="PointType"> <complexContent> <extension base="gml:AbstractGeometricPrimitiveType"> <sequence> <choice> <element ref="gml:pos" /> <element ref="gml:coordinates" /> </choice> </sequence> </extension> </complexContent> </complexType>
OGC_GML_NAMESPACE_PREFIX, OGC_GML_NAMESPACE_URI, OPENLS_NAMESPACE_PREFIX, OPENLS_NAMESPACE_SCHEMALOCATION, OPENLS_NAMESPACE_URI
Constructor and Description |
---|
Point()
Instantiates a new point.
|
Modifier and Type | Method and Description |
---|---|
void |
addPos(Pos p)
Adds the pos.
|
Pos |
getPosAt(int i)
Gets the pos at.
|
int |
getPosSize()
Gets the pos size.
|
String |
getSrsName()
Gets the srs name.
|
boolean |
hasSrsName()
Checks for srs name.
|
void |
setSrsName(String srsName)
Sets the srs name.
|
String |
toXML()
geeft een XML string representatie van dit object.
|
public void addPos(Pos p)
p
- the ppublic Pos getPosAt(int i)
i
- the ipublic int getPosSize()
public void setSrsName(String srsName)
srsName
- the new srs namepublic String getSrsName()
public boolean hasSrsName()
public String toXML()
XmlNamespaceConstants
toXML
in interface XmlNamespaceConstants
Copyright © 2012–2014 Ministerie EZ. All rights reserved.