Uses of Class
org.gvsig.fmap.geom.type.GeometryTypeNotSupportedException

Packages that use GeometryTypeNotSupportedException
org.gvsig.fmap.geom   
org.gvsig.fmap.geom.impl   
org.gvsig.fmap.geom.operation.towkb   
 

Uses of GeometryTypeNotSupportedException in org.gvsig.fmap.geom
 

Methods in org.gvsig.fmap.geom that throw GeometryTypeNotSupportedException
 GeometryOperation GeometryManager.getGeometryOperation(int opCode, int type, int subType)
           Returns an operation given the Geometry type, the Geometry subtype and and the operation code.
 GeometryType GeometryManager.getGeometryType(int type, int subType)
           Returns an instance of GeometryType given the Geometry type and the subtype.
 int GeometryManager.registerGeometryOperation(String geomOpName, GeometryOperation geomOp, int type, int subType)
           Registers a GeometryOperation associated to a GeometryType, that has been specified using the type code and the subtype code.
 

Uses of GeometryTypeNotSupportedException in org.gvsig.fmap.geom.impl
 

Methods in org.gvsig.fmap.geom.impl that throw GeometryTypeNotSupportedException
 GeometryOperation DefaultGeometryManager.getGeometryOperation(int opCode, int type, int subType)
           
 GeometryType DefaultGeometryManager.getGeometryType(int type, int subType)
           
 GeometryType DefaultGeometryManager.getGeometryType(String className)
           
 int DefaultGeometryManager.registerGeometryOperation(String geomOpName, GeometryOperation geomOp, int type, int subType)
           
 

Uses of GeometryTypeNotSupportedException in org.gvsig.fmap.geom.operation.towkb
 

Methods in org.gvsig.fmap.geom.operation.towkb that throw GeometryTypeNotSupportedException
 byte[] WKBEncoder.encode(Geometry geometry)
           
 void WKBEncoder.encode(Geometry geometry, ByteArrayOutputStream stream)
           
 void WKBEncoder.encode(Geometry geometry, DataOutputStream stream)
           
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.