Uses of Class
org.gvsig.fmap.geom.operation.GeometryOperationNotSupportedException

Packages that use GeometryOperationNotSupportedException
org.gvsig.fmap.geom   
org.gvsig.fmap.geom.impl   
org.gvsig.fmap.geom.primitive.impl   
 

Uses of GeometryOperationNotSupportedException in org.gvsig.fmap.geom
 

Methods in org.gvsig.fmap.geom that throw GeometryOperationNotSupportedException
 double Geometry.area()
           
 Geometry Geometry.buffer(double distance)
          Computes a buffer area around this geometry having the given width This is a utility method to wrap the invocation to the operation Geometry.OPERATIONS.BUFFER.
 Point Geometry.centroid()
           
 boolean Geometry.contains(Geometry geometry)
          Tests whether this geometry contains the specified geometry.
 byte[] Geometry.convertToWKB()
          Return a byte array with the equivalent in WKB format of the Geometry.
 String Geometry.convertToWKT()
          Return a string with the equivalent in WKT format of the Geometry.
 Geometry Geometry.convexHull()
           
 boolean Geometry.coveredBy(Geometry geometry)
           
 boolean Geometry.crosses(Geometry geometry)
           
 Geometry Geometry.difference(Geometry other)
           
 boolean Geometry.disjoint(Geometry geometry)
           
 double Geometry.distance(Geometry geometry)
          Returns the minimum distance between this Geometry and the specified geometry.
 GeometryOperation GeometryManager.getGeometryOperation(int opCode)
           Returns an common operation with given operation code.
 GeometryOperation GeometryManager.getGeometryOperation(int opCode, int type, int subType)
           Returns an operation given the Geometry type, the Geometry subtype and and the operation code.
 Geometry Geometry.intersection(Geometry other)
           
 boolean Geometry.intersects(Geometry geometry)
           
 Object GeometryManager.invokeOperation(int opCode, Geometry geom, GeometryOperationContext ctx)
           Invokes an operation given its code, the geometry and the operation context holding the parameters required for the operation.
 Object Geometry.invokeOperation(int index, GeometryOperationContext ctx)
          Invokes a geometry operation given its index and context.
 Object GeometryManager.invokeOperation(String geomOpName, Geometry geom, GeometryOperationContext ctx)
           Invokes an operation given its code, the geometry and the operation context holding the parameters required for the operation.
 Object Geometry.invokeOperation(String opName, GeometryOperationContext ctx)
          Invokes a geometry operation given its name and context.
 Object GeometryManager.invokeOperation(String geomOpName, GeometryOperationContext ctx)
           Invokes an operation given its code, and the operation context holding the parameters required for the operation.
 boolean Geometry.overlaps(Geometry geometry)
          Tests whether this geometry overlaps the specified geometry.
 double Geometry.perimeter()
           
 boolean Geometry.touches(Geometry geometry)
           
 Geometry Geometry.union(Geometry other)
           
 boolean Geometry.within(Geometry geometry)
           
 

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

Methods in org.gvsig.fmap.geom.impl that throw GeometryOperationNotSupportedException
 GeometryOperation DefaultGeometryManager.getGeometryOperation(int opCode)
           
 GeometryOperation DefaultGeometryManager.getGeometryOperation(int opCode, int type, int subType)
           
 Object DefaultGeometryManager.invokeOperation(int opCode, Geometry geom, GeometryOperationContext ctx)
           
 Object DefaultGeometryManager.invokeOperation(String geomOpName, Geometry geom, GeometryOperationContext ctx)
           
 Object DefaultGeometryManager.invokeOperation(String geomOpName, GeometryOperationContext ctx)
           
 

Uses of GeometryOperationNotSupportedException in org.gvsig.fmap.geom.primitive.impl
 

Methods in org.gvsig.fmap.geom.primitive.impl that throw GeometryOperationNotSupportedException
 double AbstractPrimitive.area()
           
 Geometry AbstractPrimitive.buffer(double distance)
           
 Point AbstractPrimitive.centroid()
           
 boolean AbstractPrimitive.contains(Geometry geometry)
           
 byte[] AbstractPrimitive.convertToWKB()
           
 String AbstractPrimitive.convertToWKT()
           
 Geometry AbstractPrimitive.convexHull()
           
 boolean AbstractPrimitive.coveredBy(Geometry geometry)
           
 boolean AbstractPrimitive.crosses(Geometry geometry)
           
 Geometry AbstractPrimitive.difference(Geometry other)
           
 boolean AbstractPrimitive.disjoint(Geometry geometry)
           
 double AbstractPrimitive.distance(Geometry geometry)
           
 Geometry AbstractPrimitive.intersection(Geometry other)
           
 boolean AbstractPrimitive.intersects(Geometry geometry)
           
 Object AbstractPrimitive.invokeOperation(int index, GeometryOperationContext ctx)
           
 Object AbstractPrimitive.invokeOperation(String oppName, GeometryOperationContext ctx)
           
 boolean AbstractPrimitive.overlaps(Geometry geometry)
           
 double AbstractPrimitive.perimeter()
           
 boolean AbstractPrimitive.touches(Geometry geometry)
           
 Geometry AbstractPrimitive.union(Geometry other)
           
 boolean AbstractPrimitive.within(Geometry geometry)
           
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.