Uses of Class
org.gvsig.fmap.geom.GeometryException
Packages that use GeometryException
-
Uses of GeometryException in org.gvsig.fmap.geom
Methods in org.gvsig.fmap.geom that throw GeometryExceptionModifier and TypeMethodDescriptionGeometryManager.createFrom(byte[] wkb) Create a geometry from a WKB definition.GeometryManager.createFrom(byte[] wkb, org.gvsig.crs.projection.lib.Projection srs) GeometryManager.createFrom(Reader geom, org.gvsig.crs.projection.lib.Projection srs) GeometryManager.createFrom(Object data) GeometryManager.createFrom(String wkt) Create a geometry from a WKT or HexWKB definition.GeometryManager.createFrom(String wkt, String srs) Create a geometry from a WKT definition.GeometryManager.createFrom(String wkt, org.gvsig.crs.projection.lib.Projection srs) Geometry.toLines()Converts the geometry to be lines and makes with them a multiLineGeometry.toPoints()Converts the geometry to be points and makes with them a multiPointGeometry.toPolygons()Converts the geometry to be polygons and makes with them a multiPolygon -
Uses of GeometryException in org.gvsig.fmap.geom.exception
Subclasses of GeometryException in org.gvsig.fmap.geom.exceptionModifier and TypeClassDescriptionclassException thrown when there is an error creating a newGeometry. -
Uses of GeometryException in org.gvsig.fmap.geom.type
Subclasses of GeometryException in org.gvsig.fmap.geom.typeModifier and TypeClassDescriptionclassThis exception is raised when the someone tries to access a geometry type that is not supported.class