com.moximedia.ows.geom
Interface Geometry
- All Known Implementing Classes:
- Envelope, GeometryCollection, Line, MultiLine, MultiPoint, MultiPolygon, Point, Polygon
- public interface Geometry
- Author:
- jdc
clone
public java.lang.Object clone()
getExtent
public Envelope getExtent()
getGeometryType
public int getGeometryType()
intersects
public boolean intersects(Geometry geometry)
isGeometryType
public boolean isGeometryType(int geometryType)
isValid
public boolean isValid()
setXmlAttribute
public void setXmlAttribute(java.lang.String element,
java.lang.String name,
java.lang.String value)
toGmlString
public java.lang.String toGmlString()
setSrs
public void setSrs(java.lang.String srs)
toJtsGeometry
public com.vividsolutions.jts.geom.Geometry toJtsGeometry()
getClosestPointTo
public Point getClosestPointTo(Point pt)
project
public Geometry project(Projection fromProjection,
Projection toProjection)
project
public Geometry project(Projection projection)
unproject
public Geometry unproject(Projection projection)
toWktString
public java.lang.String toWktString()
- Returns the well known string representation of this object.
- Returns:
- The well known text.
Internet Mapping Framework for OpenGIS Java Object Model API (v1.3.007)
Copyright © 2005 Moxi Media Inc. and Province of British Columbia. All Rights Reserved.