Uses of Interface
org.gvsig.fmap.geom.primitive.Surface

Packages that use Surface
org.gvsig.fmap.geom   
org.gvsig.fmap.geom.aggregate   
org.gvsig.fmap.geom.aggregate.impl   
org.gvsig.fmap.geom.impl   
org.gvsig.fmap.geom.primitive   
org.gvsig.fmap.geom.primitive.impl   
org.gvsig.fmap.geom.util   
 

Uses of Surface in org.gvsig.fmap.geom
 

Methods in org.gvsig.fmap.geom that return Surface
 Surface GeometryManager.createSurface(GeneralPathX generalPathX, int subType)
           Create a new surface with a concrete type and sets the value for the coordinates using a GeneralPathX.
 

Uses of Surface in org.gvsig.fmap.geom.aggregate
 

Methods in org.gvsig.fmap.geom.aggregate that return Surface
 Surface MultiSurface.getSurfaceAt(int index)
          Gets the surface that is on a concrete position inside the multi surface
 

Methods in org.gvsig.fmap.geom.aggregate with parameters of type Surface
 void MultiSurface.addSurface(Surface surface)
          Adds a new surface to the multi surface
 

Uses of Surface in org.gvsig.fmap.geom.aggregate.impl
 

Methods in org.gvsig.fmap.geom.aggregate.impl that return Surface
 Surface MultiSurface2D.getSurfaceAt(int index)
           
 

Methods in org.gvsig.fmap.geom.aggregate.impl with parameters of type Surface
 void MultiSurface2D.addSurface(Surface surface)
           
 

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

Methods in org.gvsig.fmap.geom.impl that return Surface
 Surface DefaultGeometryManager.createSurface(GeneralPathX generalPathX, int subType)
           
 

Uses of Surface in org.gvsig.fmap.geom.primitive
 

Subinterfaces of Surface in org.gvsig.fmap.geom.primitive
 interface Circle
           This interface is equivalent to the GM_Circle specified in
 interface CompositeSurface
           
 interface Ellipse
           An ellipse is the finite or bounded case of a conic section, the geometric shape that results from cutting a circular conical or cylindrical surface with an oblique plane (the other two cases being the parabola and the hyperbola).
 interface EllipticArc
           
 

Methods in org.gvsig.fmap.geom.primitive that return Surface
 Surface Solid.getSurfaceAt(int position)
          Gets a surface in a concrete position
 

Methods in org.gvsig.fmap.geom.primitive with parameters of type Surface
 void Solid.addSurface(Surface surface)
          Add a surface to the Solid
 

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

Classes in org.gvsig.fmap.geom.primitive.impl that implement Surface
 class Circle2D
          DOCUMENT ME!
 class Circle2DZ
           
 class Ellipse2D
          DOCUMENT ME!
 class Ellipse2DZ
           
 class EllipticArc2D
          DOCUMENT ME!
 class EllipticArc2DZ
           
 class Surface2D
          Pol�gono 2D.
 class Surface2DZ
          Polilinea 3D.
 

Methods in org.gvsig.fmap.geom.primitive.impl that return Surface
 Surface Solid2DZ.getSurfaceAt(int position)
           
 

Methods in org.gvsig.fmap.geom.primitive.impl with parameters of type Surface
 void Solid2DZ.addSurface(Surface surface)
           
 

Uses of Surface in org.gvsig.fmap.geom.util
 

Methods in org.gvsig.fmap.geom.util with parameters of type Surface
static Geometry Converter.getNotHolePolygon(Surface pol)
          Deprecated. Use it ONLY for NOT multipart polygons.
static boolean Converter.isCCW(Surface pol)
          Deprecated.  
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.