.. java:import:: com.fasterxml.jackson.annotation JsonIgnore .. java:import:: com.fasterxml.jackson.annotation JsonProperty .. java:import:: com.vividsolutions.jts.geom Coordinate .. java:import:: com.vividsolutions.jts.geom GeometryFactory .. java:import:: com.vividsolutions.jts.geom Point .. java:import:: com.vividsolutions.jts.geom PrecisionModel .. java:import:: dk.magenta.datafordeler.geo GeoPlugin .. java:import:: dk.magenta.datafordeler.geo.data GeoEntity .. java:import:: org.geojson LngLatAlt .. java:import:: javax.persistence Column .. java:import:: javax.persistence MappedSuperclass PointRecord =========== .. java:package:: dk.magenta.datafordeler.geo.data.common :noindex: .. java:type:: @MappedSuperclass public abstract class PointRecord extends GeoMonotemporalRecord Fields ------ DB_FIELD_LENGTH ^^^^^^^^^^^^^^^ .. java:field:: public static final String DB_FIELD_LENGTH :outertype: PointRecord DB_FIELD_SHAPE ^^^^^^^^^^^^^^ .. java:field:: public static final String DB_FIELD_SHAPE :outertype: PointRecord IO_FIELD_LENGTH ^^^^^^^^^^^^^^^ .. java:field:: public static final String IO_FIELD_LENGTH :outertype: PointRecord IO_FIELD_SHAPE ^^^^^^^^^^^^^^ .. java:field:: public static final String IO_FIELD_SHAPE :outertype: PointRecord Constructors ------------ PointRecord ^^^^^^^^^^^ .. java:constructor:: public PointRecord() :outertype: PointRecord PointRecord ^^^^^^^^^^^ .. java:constructor:: public PointRecord(Point shape) :outertype: PointRecord PointRecord ^^^^^^^^^^^ .. java:constructor:: public PointRecord(org.geojson.Point shape) :outertype: PointRecord Methods ------- convert ^^^^^^^ .. java:method:: public static Point convert(org.geojson.Point original) :outertype: PointRecord convert ^^^^^^^ .. java:method:: public static org.geojson.Point convert(Point original) :outertype: PointRecord convert ^^^^^^^ .. java:method:: public static Coordinate convert(LngLatAlt original) :outertype: PointRecord convert ^^^^^^^ .. java:method:: public static LngLatAlt convert(Coordinate original) :outertype: PointRecord getLength ^^^^^^^^^ .. java:method:: public double getLength() :outertype: PointRecord getShape ^^^^^^^^ .. java:method:: public Point getShape() :outertype: PointRecord setLength ^^^^^^^^^ .. java:method:: public PointRecord setLength(double length) :outertype: PointRecord setShape ^^^^^^^^ .. java:method:: public PointRecord setShape(Point shape) :outertype: PointRecord setShape ^^^^^^^^ .. java:method:: public PointRecord setShape(org.geojson.Point shape) :outertype: PointRecord