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

Packages that use GeometryOperationContext
org.gvsig.fmap.geom   
org.gvsig.fmap.geom.impl   
org.gvsig.fmap.geom.operation   
org.gvsig.fmap.geom.operation.area   
org.gvsig.fmap.geom.operation.distance   
org.gvsig.fmap.geom.operation.ensureOrientation   
org.gvsig.fmap.geom.operation.flip   
org.gvsig.fmap.geom.operation.fromjts   
org.gvsig.fmap.geom.operation.fromwkb   
org.gvsig.fmap.geom.operation.fromwkt   
org.gvsig.fmap.geom.operation.isCCW   
org.gvsig.fmap.geom.operation.perimeter   
org.gvsig.fmap.geom.operation.perpendicular   
org.gvsig.fmap.geom.operation.relationship   
org.gvsig.fmap.geom.operation.tojts   
org.gvsig.fmap.geom.operation.towkb   
org.gvsig.fmap.geom.operation.towkt   
org.gvsig.fmap.geom.operation.utils   
org.gvsig.fmap.geom.primitive.impl   
 

Uses of GeometryOperationContext in org.gvsig.fmap.geom
 

Methods in org.gvsig.fmap.geom with parameters of type GeometryOperationContext
 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.
 

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

Methods in org.gvsig.fmap.geom.impl with parameters of type GeometryOperationContext
 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 GeometryOperationContext in org.gvsig.fmap.geom.operation
 

Methods in org.gvsig.fmap.geom.operation that return GeometryOperationContext
 GeometryOperationContext GeometryOperationContext.setAttribute(String name, Object value)
          Sets an attribute
 

Methods in org.gvsig.fmap.geom.operation with parameters of type GeometryOperationContext
abstract  Object GeometryOperation.invoke(Geometry geom, GeometryOperationContext ctx)
          Invokes this operation given the geometry and context
 

Uses of GeometryOperationContext in org.gvsig.fmap.geom.operation.area
 

Methods in org.gvsig.fmap.geom.operation.area with parameters of type GeometryOperationContext
 Object Area.invoke(Geometry geom, GeometryOperationContext ctx)
           
 

Uses of GeometryOperationContext in org.gvsig.fmap.geom.operation.distance
 

Methods in org.gvsig.fmap.geom.operation.distance with parameters of type GeometryOperationContext
 Object PointDistance.invoke(Geometry geom, GeometryOperationContext ctx)
           
 

Uses of GeometryOperationContext in org.gvsig.fmap.geom.operation.ensureOrientation
 

Methods in org.gvsig.fmap.geom.operation.ensureOrientation with parameters of type GeometryOperationContext
 Object EnsureOrientation.invoke(Geometry geom, GeometryOperationContext ctx)
           
 

Uses of GeometryOperationContext in org.gvsig.fmap.geom.operation.flip
 

Methods in org.gvsig.fmap.geom.operation.flip with parameters of type GeometryOperationContext
 Object Flip.invoke(Geometry geom, GeometryOperationContext ctx)
           
 

Uses of GeometryOperationContext in org.gvsig.fmap.geom.operation.fromjts
 

Methods in org.gvsig.fmap.geom.operation.fromjts with parameters of type GeometryOperationContext
 Object FromJTS.invoke(Geometry geom, GeometryOperationContext ctx)
           
 

Uses of GeometryOperationContext in org.gvsig.fmap.geom.operation.fromwkb
 

Subclasses of GeometryOperationContext in org.gvsig.fmap.geom.operation.fromwkb
 class FromWKBGeometryOperationContext
           
 

Methods in org.gvsig.fmap.geom.operation.fromwkb with parameters of type GeometryOperationContext
 Object FromWKB.invoke(Geometry geom, GeometryOperationContext ctx)
           
 

Uses of GeometryOperationContext in org.gvsig.fmap.geom.operation.fromwkt
 

Subclasses of GeometryOperationContext in org.gvsig.fmap.geom.operation.fromwkt
 class FromWKTGeometryOperationContext
           
 

Methods in org.gvsig.fmap.geom.operation.fromwkt with parameters of type GeometryOperationContext
 Object FromWKT.invoke(Geometry geom, GeometryOperationContext ctx)
           
 

Uses of GeometryOperationContext in org.gvsig.fmap.geom.operation.isCCW
 

Methods in org.gvsig.fmap.geom.operation.isCCW with parameters of type GeometryOperationContext
 Object IsCCW.invoke(Geometry geom, GeometryOperationContext ctx)
           
 

Uses of GeometryOperationContext in org.gvsig.fmap.geom.operation.perimeter
 

Methods in org.gvsig.fmap.geom.operation.perimeter with parameters of type GeometryOperationContext
 Object Perimeter.invoke(Geometry geom, GeometryOperationContext ctx)
           
 

Uses of GeometryOperationContext in org.gvsig.fmap.geom.operation.perpendicular
 

Subclasses of GeometryOperationContext in org.gvsig.fmap.geom.operation.perpendicular
 class PerpendicularOperationContext
           
 class PerpendicularPointOperationContext
           
 class UnitVectorOperationContext
           
 

Methods in org.gvsig.fmap.geom.operation.perpendicular with parameters of type GeometryOperationContext
 Object PerpendicularPoint.invoke(Geometry geom, GeometryOperationContext ctx)
           
 Object Perpendicular.invoke(Geometry geom, GeometryOperationContext ctx)
           
 Object UnitVector.invoke(Geometry geom, GeometryOperationContext ctx)
           
 

Uses of GeometryOperationContext in org.gvsig.fmap.geom.operation.relationship
 

Subclasses of GeometryOperationContext in org.gvsig.fmap.geom.operation.relationship
 class DefaultRelationshipGeometryOperationContext
           
 

Methods in org.gvsig.fmap.geom.operation.relationship with parameters of type GeometryOperationContext
 Object Within.invoke(Geometry geom, GeometryOperationContext ctx)
           
 Object Touches.invoke(Geometry geom, GeometryOperationContext ctx)
           
 Object Intersects.invoke(Geometry geom, GeometryOperationContext ctx)
           
 Object Out.invoke(Geometry geom, GeometryOperationContext ctx)
           
 Object Equals.invoke(Geometry geom, GeometryOperationContext ctx)
           
 Object Disjoint.invoke(Geometry geom, GeometryOperationContext ctx)
           
 Object Crosses.invoke(Geometry geom, GeometryOperationContext ctx)
           
 Object Contains.invoke(Geometry geom, GeometryOperationContext ctx)
           
 Object Overlaps.invoke(Geometry geom, GeometryOperationContext ctx)
           
 

Uses of GeometryOperationContext in org.gvsig.fmap.geom.operation.tojts
 

Subclasses of GeometryOperationContext in org.gvsig.fmap.geom.operation.tojts
 class JTSGeometryOperationContext
           
 

Methods in org.gvsig.fmap.geom.operation.tojts with parameters of type GeometryOperationContext
 Object MultiPointToJTS.invoke(Geometry geom, GeometryOperationContext ctx)
           
 Object Surface2DToJTS.invoke(Geometry geom, GeometryOperationContext ctx)
           
 Object MultiSurfaceToJTS.invoke(Geometry geom, GeometryOperationContext ctx)
           
 Object MultiCurveToJTS.invoke(Geometry geom, GeometryOperationContext ctx)
           
 Object Point2DToJTS.invoke(Geometry geom, GeometryOperationContext ctx)
           
 Object Curve2DToJTS.invoke(Geometry geom, GeometryOperationContext ctx)
           
 

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

Subclasses of GeometryOperationContext in org.gvsig.fmap.geom.operation.towkb
 class ToWKBOperationContext
           
 

Methods in org.gvsig.fmap.geom.operation.towkb with parameters of type GeometryOperationContext
 Object ToWKB.invoke(Geometry geom, GeometryOperationContext ctx)
           
 Object ToWKBNative.invoke(Geometry geom, GeometryOperationContext ctx)
           
 

Uses of GeometryOperationContext in org.gvsig.fmap.geom.operation.towkt
 

Methods in org.gvsig.fmap.geom.operation.towkt with parameters of type GeometryOperationContext
 Object ToWKT.invoke(Geometry geom, GeometryOperationContext ctx)
           
 

Uses of GeometryOperationContext in org.gvsig.fmap.geom.operation.utils
 

Methods in org.gvsig.fmap.geom.operation.utils with parameters of type GeometryOperationContext
 Object PointGetAngle.invoke(Geometry geom, GeometryOperationContext ctx)
           
 

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

Methods in org.gvsig.fmap.geom.primitive.impl with parameters of type GeometryOperationContext
 Object AbstractPrimitive.invokeOperation(int index, GeometryOperationContext ctx)
           
 Object AbstractPrimitive.invokeOperation(String oppName, GeometryOperationContext ctx)
           
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.