Package ch.so.agi.filegdb.geometry
Class FileGdbPoint
java.lang.Object
ch.so.agi.filegdb.geometry.FileGdbPoint
- All Implemented Interfaces:
FileGdbGeometry
Point with optional Z and M ordinates.
Properties:
x: x ordinate, NaN if encoded as absenty: y ordinate, NaN if encoded as absentz: z ordinate ornullm: measure ornull
-
Constructor Summary
ConstructorsConstructorDescriptionFileGdbPoint(double x, double y) FileGdbPoint(double x, double y, Double z, Double m) -
Method Summary
-
Constructor Details
-
FileGdbPoint
-
FileGdbPoint
public FileGdbPoint(double x, double y)
-
-
Method Details