public class Point3DGeometryType extends Point2DGeometryType
Point3D objects.| Constructor and Description |
|---|
Point3DGeometryType() |
| Modifier and Type | Method and Description |
|---|---|
org.gvsig.fmap.geom.Geometry |
create() |
org.gvsig.fmap.geom.primitive.Point |
createPoint(double[] coordinates) |
org.gvsig.fmap.geom.primitive.Point |
createPoint(double x,
double y) |
java.lang.String |
getName() |
int |
getSubType() |
boolean |
isSubTypeOf(int geometrySubType) |
getType, isTypeOfequals, getGeometryOperation, getGeometryOperations, isSubTypeOf, isTypeOf, setGeometryOperation, toStringpublic org.gvsig.fmap.geom.Geometry create()
throws org.gvsig.fmap.geom.exception.CreateGeometryException
create in interface org.gvsig.fmap.geom.type.GeometryTypecreate in class Point2DGeometryTypeorg.gvsig.fmap.geom.exception.CreateGeometryExceptionpublic org.gvsig.fmap.geom.primitive.Point createPoint(double[] coordinates)
createPoint in interface org.gvsig.fmap.geom.primitive.PointGeometryTypecreatePoint in class Point2DGeometryTypepublic org.gvsig.fmap.geom.primitive.Point createPoint(double x,
double y)
createPoint in interface org.gvsig.fmap.geom.primitive.PointGeometryTypecreatePoint in class Point2DGeometryTypepublic java.lang.String getName()
getName in interface org.gvsig.fmap.geom.type.GeometryTypegetName in class Point2DGeometryTypepublic int getSubType()
getSubType in interface org.gvsig.fmap.geom.type.GeometryTypegetSubType in class Point2DGeometryTypepublic boolean isSubTypeOf(int geometrySubType)
isSubTypeOf in interface org.gvsig.fmap.geom.type.GeometryTypeisSubTypeOf in class Point2DGeometryTypeCopyright © 2015 gvSIG Association. All Rights Reserved.