java.lang.Object
de.turnertech.ows.gml.Circle
- All Implemented Interfaces:
GmlElement
gml:CircleByCentrePoint
-
Field Summary
FieldsFields inherited from interface de.turnertech.ows.gml.GmlElement
NAMESPACE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoublegetX()doublegetY()voidsetRadius(double radius) voidsetX(double x) voidsetY(double y) voidwriteGml(XMLStreamWriter out, String localName, String namespaceURI, SpatialReferenceSystemRepresentation srs) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.turnertech.ows.gml.GmlElement
toGml, toGml, writeGml, writeGmlStartElement
-
Field Details
-
GML_NAME
- See Also:
-
-
Constructor Details
-
Circle
public Circle(double x, double y, double radius)
-
-
Method Details
-
getX
public double getX() -
setX
public void setX(double x) -
getY
public double getY() -
setY
public void setY(double y) -
getRadius
public double getRadius() -
setRadius
public void setRadius(double radius) -
writeGml
public void writeGml(XMLStreamWriter out, String localName, String namespaceURI, SpatialReferenceSystemRepresentation srs) - Specified by:
writeGmlin interfaceGmlElement
-
getGmlName
- Specified by:
getGmlNamein interfaceGmlElement
-