Uses of Class
org.gvsig.fmap.geom.type.GeometryTypeNotValidException
Packages that use GeometryTypeNotValidException
-
Uses of GeometryTypeNotValidException in org.gvsig.fmap.geom
Methods in org.gvsig.fmap.geom that throw GeometryTypeNotValidExceptionModifier and TypeMethodDescriptionGeometryManager.getGeometryOperation(int opCode, int type, int subType) Returns an operation given the Geometry type, the Geometry subtype and and the operation code.GeometryManager.getGeometryType(int type, int subType) Returns an instance of GeometryType given the Geometry type and the subtype.GeometryManager.getGeometryType(String typeName) intGeometryManager.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.