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

Packages that use GeometryTypeNotValidException
org.gvsig.fmap.geom   
org.gvsig.fmap.geom.impl   
 

Uses of GeometryTypeNotValidException in org.gvsig.fmap.geom
 

Methods in org.gvsig.fmap.geom that throw GeometryTypeNotValidException
 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 GeometryTypeNotValidException in org.gvsig.fmap.geom.impl
 

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



Copyright © 2004-2012 gvSIG. All Rights Reserved.