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

Packages that use Point
org.gvsig.fmap.geom   
org.gvsig.fmap.geom.aggregate   
org.gvsig.fmap.geom.aggregate.impl   
org.gvsig.fmap.geom.impl   
org.gvsig.fmap.geom.operation.perpendicular   
org.gvsig.fmap.geom.primitive   
org.gvsig.fmap.geom.primitive.impl   
org.gvsig.fmap.geom.util   
 

Uses of Point in org.gvsig.fmap.geom
 

Methods in org.gvsig.fmap.geom that return Point
 Point Geometry.centroid()
           
 Point GeometryManager.createPoint(double x, double y, int subType)
           Create a new point with a concrete type and sets the value for the X and the Y.
 

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

Methods in org.gvsig.fmap.geom.aggregate that return Point
 Point MultiPoint.getPointAt(int index)
          Gets the point that is on a concrete position inside the multi point
 

Methods in org.gvsig.fmap.geom.aggregate with parameters of type Point
 void MultiPoint.addPoint(Point point)
          Adds a new point to the multipoint
 

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

Methods in org.gvsig.fmap.geom.aggregate.impl that return Point
 Point MultiPoint2D.getPointAt(int index)
           
 

Methods in org.gvsig.fmap.geom.aggregate.impl with parameters of type Point
 void MultiPoint2D.addPoint(Point point)
           
 

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

Methods in org.gvsig.fmap.geom.impl that return Point
 Point DefaultGeometryManager.createPoint(double x, double y, int subType)
           
 

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

Methods in org.gvsig.fmap.geom.operation.perpendicular that return Point
 Point PerpendicularOperationContext.getPerpendicularPoint()
           
 Point PerpendicularPointOperationContext.getPerpendicularPoint()
           
 Point UnitVectorOperationContext.getSecondPoint()
           
 Point PerpendicularOperationContext.getSecondPoint()
           
 Point PerpendicularPointOperationContext.getSecondPoint()
           
 

Methods in org.gvsig.fmap.geom.operation.perpendicular with parameters of type Point
 void PerpendicularOperationContext.setPerpendicularPoint(Point perpendicularPoint)
           
 void PerpendicularPointOperationContext.setPerpendicularPoint(Point perpendicularPoint)
           
 void UnitVectorOperationContext.setSecondPoint(Point secondPoint)
           
 void PerpendicularOperationContext.setSecondPoint(Point secondPoint)
           
 void PerpendicularPointOperationContext.setSecondPoint(Point secondPoint)
           
 

Constructors in org.gvsig.fmap.geom.operation.perpendicular with parameters of type Point
PerpendicularOperationContext(Point secondPoint, Point perpendicularPoint)
           
PerpendicularPointOperationContext(Point secondPoint, Point perpendicularPoint, double distance)
           
UnitVectorOperationContext(Point secondPoint)
           
 

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

Methods in org.gvsig.fmap.geom.primitive that return Point
 Point Ellipse.getAxis1End()
          Returns the point where the first axis ends.
 Point EllipticArc.getAxis1End()
          Returns the point where the first axis ends.
 Point Ellipse.getAxis1Start()
          Returns the point where the first axis starts.
 Point EllipticArc.getAxis1Start()
          Returns the point where the first axis starts.
 Point Circle.getCenter()
          Returns the center of the circle.
 Point Arc.getCenterPoint()
          Return the center point that has been used to create the arc.
 Point SurfaceAppearance.getColorAt(int position)
          Get the color at concrete position
 Point Arc.getEndPoint()
          Return the end point that has been used to create the arc.
 Point Arc.getInitPoint()
          Return the first point that has been used to create the arc.
 Point Envelope.getLowerCorner()
          A coordinate position consisting of all the minimal ordinates for each dimension for all points within the Envelope.
 Point SurfaceAppearance.getNormalAt(int position)
          Gets the normal vector in a concrete position
 Point GeneralPathX.getPointAt(int index)
          Deprecated.  
 Point SurfaceAppearance.getTextureCoordAt(int position)
          Get texture coordinate at concrete position
 Point Envelope.getUpperCorner()
          A coordinate position consisting of all the maximal ordinates for each dimension for all points within the Envelope.
 Point OrientablePrimitive.getVertex(int index)
          Gets a vertex (direct position)
 

Methods in org.gvsig.fmap.geom.primitive with parameters of type Point
 void SurfaceAppearance.addColor(Point p)
          Add a color to teh color array of the surface
 void OrientablePrimitive.addMoveToVertex(Point point)
          Deprecated. create a multigeometry or use methods to add an inner surface
 void SurfaceAppearance.addNormal(Point p)
          Add a normal vector to the normal array of the surface
 void GeneralPathX.addSegment(Point[] segment)
          Deprecated.  
 void SurfaceAppearance.addTextureCoord(Point p)
          Adds a texture coordinate to TexCoord array in Surface
 void OrientablePrimitive.addVertex(Point point)
          Adds a vertex (or direct position) to the curve
 void GeneralPathX.curveTo(Point point1, Point point2, Point point3)
          Deprecated.  
 void OrientablePrimitive.insertVertex(int index, Point p)
          Inserts a vertex (direct position) to the curve.
 void GeneralPathX.lineTo(Point point)
          Deprecated.  
 void GeneralPathX.moveTo(Point point)
          Deprecated.  
 void GeneralPathX.quadTo(Point point1, Point point2)
          Deprecated.  
 void SurfaceAppearance.setColorAt(int position, Point p)
          Set a color in a concrete position of the color array
 void Envelope.setLowerCorner(Point point)
          Sets the coordinate position consisting of all the minimal ordinates for each dimension for all points within the Envelope.
 void SurfaceAppearance.setNormalAt(int position, Point p)
          Sets normal vector in a concrete position.
 void Circle.setPoints(Point center, double radious)
          Sets the two values to define a circle.
 void Arc.setPoints(Point center, double radius, double startAngle, double endAngle)
          Sets the values to define an arc.
 void Circle.setPoints(Point center, Point radious)
          Sets the two values to define a circle.
 void Curve.setPoints(Point initialPoint, Point endPoint)
          Sets the initial point and the end point of the curve.
 void Ellipse.setPoints(Point axis1Start, Point axis1End, double axis2Length)
          Sets the values to define a ellipse.
 void EllipticArc.setPoints(Point axis1Start, Point axis1End, double semiAxis2Dist, double angSt, double angExt)
          Sets the values to define a ellipticArc
 void Arc.setPoints(Point midPoint, Point startPoint, Point endPoint)
          Sets the three points to define an arc.
 void Circle.setPoints(Point p1, Point p2, Point p3)
          Sets the values to define a circle from three points.
 void SurfaceAppearance.setTextureCoordAt(int position, Point p)
          Set texture coordinate at concrete position
 void Envelope.setUpperCorner(Point upperCorner)
          Sets the coordinate position consisting of all the maximal ordinates for each dimension for all points within the Envelope.
 void OrientablePrimitive.setVertex(int index, Point p)
          Sets a vertex in a concrete position and replaces the previous one that was in this position.
 

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

Classes in org.gvsig.fmap.geom.primitive.impl that implement Point
 class Point2D
          2D point implementation.
 class Point2DZ
          3D point implementation.
 

Fields in org.gvsig.fmap.geom.primitive.impl declared as Point
protected  Point DefaultEnvelope.max
           
protected  Point DefaultEnvelope.min
           
 

Methods in org.gvsig.fmap.geom.primitive.impl that return Point
 Point AbstractPrimitive.centroid()
           
 Point EllipticArc2D.getAxis1End()
           
 Point Ellipse2D.getAxis1End()
           
 Point EllipticArc2D.getAxis1Start()
           
 Point Ellipse2D.getAxis1Start()
           
 Point Circle2D.getCenter()
           
 Point Arc2D.getCenterPoint()
           
 Point Arc2D.getEndPoint()
           
 Point Arc2D.getInitPoint()
           
 Point DefaultEnvelope.getLowerCorner()
          A coordinate position consisting of all the minimal ordinates for each dimension for all points within the Envelope.
 Point DefaultEnvelope.getUpperCorner()
          A coordinate position consisting of all the maximal ordinates for each dimension for all points within the Envelope.
 Point OrientablePrimitive2D.getVertex(int index)
           
 

Methods in org.gvsig.fmap.geom.primitive.impl with parameters of type Point
 void OrientablePrimitive2D.addMoveToVertex(Point point)
           
 void OrientablePrimitive2D.addVertex(Point point)
           
 void Spline2D.addVertex(Point point)
           
 void OrientablePrimitive2D.insertVertex(int index, Point p)
           
 void DefaultEnvelope.setLowerCorner(Point lowerCorner)
           
 void Circle2D.setPoints(Point center, double radious)
           
 void Arc2D.setPoints(Point center, double radius, double initAngle, double angleExt)
           
 void Circle2D.setPoints(Point center, double radius, double initAngle, double angleExt)
           
 void OrientablePrimitive2D.setPoints(Point startPoint, Point endPoint)
           
 void Curve2D.setPoints(Point startPoint, Point endPoint)
           
 void Arc2D.setPoints(Point startPoint, Point endPoint)
           
 void Circle2D.setPoints(Point center, Point radious)
           
 void Ellipse2D.setPoints(Point axis1Start, Point axis1End, double axis2Length)
           
 void EllipticArc2D.setPoints(Point axis1Start, Point axis1End, double semiAxis2Length, double angSt, double angExt)
           
 void Arc2D.setPoints(Point p1, Point p2, Point p3)
           
 void Circle2D.setPoints(Point p1, Point p2, Point p3)
           
 void DefaultEnvelope.setUpperCorner(Point upperCorner)
           
 void OrientablePrimitive2D.setVertex(int index, Point p)
           
 

Constructors in org.gvsig.fmap.geom.primitive.impl with parameters of type Point
DefaultEnvelope(Point min, Point max)
           
Envelope2D(Point min, Point max)
           
Envelope3D(Point min, Point max)
           
 

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

Methods in org.gvsig.fmap.geom.util that return Point
static Point Converter.coordinate2FPoint2D(com.vividsolutions.jts.geom.Coordinate coord)
          Deprecated. DOCUMENT ME!
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.