public class Point2DZ extends Point2D implements org.gvsig.fmap.geom.primitive.Point
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PERSISTENCE_DEFINITION_NAME |
COORDINATES_FIELD, x, ygeometryType, geomManager, id, logger, projection| Constructor and Description |
|---|
Point2DZ(double x,
double y,
double z) |
Point2DZ(double x,
double y,
double z,
org.gvsig.fmap.geom.type.GeometryType geometryType) |
Point2DZ(org.gvsig.fmap.geom.type.GeometryType geomType)
The constructor with the GeometryType like and argument is used by the
GeometryType#create() to create the geometry |
| Modifier and Type | Method and Description |
|---|---|
org.gvsig.fmap.geom.generalpath.gputils.FShape |
cloneFShape()
Creates and returns a shape equal and independent of this one.
|
boolean |
equals(java.lang.Object other) |
double |
getCoordinateAt(int dimension) |
double[] |
getCoordinates() |
int |
getDimension() |
protected java.lang.String |
getFullTypeName() |
double |
getOrdinate(int dimension) |
int |
getShapeType()
Gets the geometry type of this shape.
|
void |
setCoordinateAt(int dimension,
double value) |
void |
setCoordinates(double[] values) |
contains, contains, contains, contains, getBounds, getBounds2D, getDirectPosition, getEnvelope, getGeneralPath, getPathIterator, getPathIterator, getSelectHandlers, getShape, getStretchingHandlers, getType, getX, getY, intersects, intersects, reProject, setX, setY, toPoints, toString, transformarea, buffer, centroid, cloneGeometry, closestPoints, compareTo, contains, containsPoint, containsRectangle, convertToWKB, convertToWKB, convertToWKBForcingType, convertToWKT, convexHull, coveredBy, covers, crosses, difference, disjoint, distance, fastIntersects, getGeometryType, getHandlers, getId, getInteriorPoint, getShape, getSRS, getValidationStatus, intersection, intersects, intersectsRectangle, invokeOperation, invokeOperation, isCCW, isSimple, isValid, isWithinDistance, makeValid, move, overlaps, perimeter, rotate, scale, snapTo, toJTS, touches, transform, union, withinclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDirectPosition, getX, getY, setX, setY, toPointsarea, buffer, centroid, cloneGeometry, closestPoints, contains, convertToWKB, convertToWKB, convertToWKBForcingType, convertToWKT, convexHull, coveredBy, covers, crosses, difference, disjoint, distance, fastIntersects, getBounds2D, getEnvelope, getGeneralPath, getGeometryType, getHandlers, getInteriorPoint, getInternalShape, getPathIterator, getPathIterator, getShape, getShape, getType, getValidationStatus, intersection, intersects, intersects, invokeOperation, invokeOperation, isCCW, isSimple, isValid, isWithinDistance, makeValid, move, overlaps, perimeter, reProject, rotate, scale, snapTo, touches, transform, union, withinpublic static final java.lang.String PERSISTENCE_DEFINITION_NAME
public Point2DZ(double x,
double y,
double z)
public Point2DZ(double x,
double y,
double z,
org.gvsig.fmap.geom.type.GeometryType geometryType)
public Point2DZ(org.gvsig.fmap.geom.type.GeometryType geomType)
GeometryType#create() to create the geometrytype - The geometry typepublic org.gvsig.fmap.geom.generalpath.gputils.FShape cloneFShape()
FShapecloneFShape in interface org.gvsig.fmap.geom.generalpath.gputils.FShapecloneFShape in class Point2Dpublic double getCoordinateAt(int dimension)
getCoordinateAt in interface org.gvsig.fmap.geom.primitive.PointgetCoordinateAt in class Point2Dpublic double[] getCoordinates()
getCoordinates in interface org.gvsig.fmap.geom.primitive.PointgetCoordinates in class Point2Dpublic int getDimension()
getDimension in interface org.gvsig.fmap.geom.DirectPositiongetDimension in interface org.gvsig.fmap.geom.GeometrygetDimension in class Point2Dprotected java.lang.String getFullTypeName()
getFullTypeName in class Point2Dpublic double getOrdinate(int dimension)
getOrdinate in interface org.gvsig.fmap.geom.DirectPositiongetOrdinate in class Point2Dpublic int getShapeType()
FShapegetShapeType in interface org.gvsig.fmap.geom.generalpath.gputils.FShapegetShapeType in class Point2Dpublic void setCoordinateAt(int dimension,
double value)
setCoordinateAt in interface org.gvsig.fmap.geom.primitive.PointsetCoordinateAt in class Point2Dpublic void setCoordinates(double[] values)
setCoordinates in interface org.gvsig.fmap.geom.primitive.PointsetCoordinates in class Point2DCopyright © 2015 gvSIG Association. All Rights Reserved.