- c(double, double) - Static method in class org.geolatte.geom.builder.DSL
-
Creates a projected 2D position token.
- c(double, double, double) - Static method in class org.geolatte.geom.builder.DSL
-
Creates a projected 3D position token
- c(double, double, double, double) - Static method in class org.geolatte.geom.builder.DSL
-
Creates a projected 3DM position token
- C2D - Class in org.geolatte.geom
-
A position in a cartesian coordinate reference system.
- C2D() - Constructor for class org.geolatte.geom.C2D
-
Constructs an empty instance
- C2D(double, double) - Constructor for class org.geolatte.geom.C2D
-
Constructs an instance with the specified x (EASTING or WESTING) or y (NORTHING or SOUTHING) coordinates
CoordinateReferenceSystem
, the
- C2D(double...) - Constructor for class org.geolatte.geom.C2D
-
- C2DM - Class in org.geolatte.geom
-
A cartesian Position
with a measure value.
- C2DM() - Constructor for class org.geolatte.geom.C2DM
-
- C2DM(double, double, double) - Constructor for class org.geolatte.geom.C2DM
-
- C3D - Class in org.geolatte.geom
-
A cartesian Position
having an z-value.
- C3D() - Constructor for class org.geolatte.geom.C3D
-
- C3D(double, double, double) - Constructor for class org.geolatte.geom.C3D
-
- C3D(double...) - Constructor for class org.geolatte.geom.C3D
-
- C3DM - Class in org.geolatte.geom
-
A cartesian Position
with both an z and a measure value.
- C3DM() - Constructor for class org.geolatte.geom.C3DM
-
- C3DM(double, double, double, double) - Constructor for class org.geolatte.geom.C3DM
-
- CanMakeG2D() - Constructor for class org.geolatte.geom.Positions.CanMakeG2D
-
- CanMakeG2DM() - Constructor for class org.geolatte.geom.Positions.CanMakeG2DM
-
- CanMakeG3D() - Constructor for class org.geolatte.geom.Positions.CanMakeG3D
-
- CanMakeG3DM() - Constructor for class org.geolatte.geom.Positions.CanMakeG3DM
-
- CanMakeP2D() - Constructor for class org.geolatte.geom.Positions.CanMakeP2D
-
- CanMakeP2DM() - Constructor for class org.geolatte.geom.Positions.CanMakeP2DM
-
- CanMakeP3D() - Constructor for class org.geolatte.geom.Positions.CanMakeP3D
-
- CanMakeP3DM() - Constructor for class org.geolatte.geom.Positions.CanMakeP3DM
-
- capacity() - Method in class org.geolatte.geom.ByteBuffer
-
Returns this buffer's capacity.
- CartesianCoordinateSystem2D - Class in org.geolatte.geom.crs
-
A Cartesian 2-Dimensional coordinate system.
- CartesianCoordinateSystem2D(StraightLineAxis, StraightLineAxis) - Constructor for class org.geolatte.geom.crs.CartesianCoordinateSystem2D
-
Constructs an instance
- CartesianCoordinateSystem2DM - Class in org.geolatte.geom.crs
-
A Two-dimensional Cartesian Coordinate system extended with a
LinearCoordinateSystemAxis
Created by Karel Maesen, Geovise BVBA on 28/11/14.
- CartesianCoordinateSystem2DM(StraightLineAxis, StraightLineAxis, MeasureStraightLineAxis) - Constructor for class org.geolatte.geom.crs.CartesianCoordinateSystem2DM
-
- CartesianCoordinateSystem3D - Class in org.geolatte.geom.crs
-
Created by Karel Maesen, Geovise BVBA on 28/11/14.
- CartesianCoordinateSystem3D(StraightLineAxis, StraightLineAxis, VerticalStraightLineAxis) - Constructor for class org.geolatte.geom.crs.CartesianCoordinateSystem3D
-
- CartesianCoordinateSystem3DM - Class in org.geolatte.geom.crs
-
Created by Karel Maesen, Geovise BVBA on 28/11/14.
- CartesianCoordinateSystem3DM(StraightLineAxis, StraightLineAxis, VerticalStraightLineAxis, MeasureStraightLineAxis) - Constructor for class org.geolatte.geom.crs.CartesianCoordinateSystem3DM
-
- centroid(G) - Method in class org.geolatte.geom.JTSGeometryOperations
-
- centroid(G) - Method in interface org.geolatte.geom.ProjectedGeometryOperations
-
Creates an operation that calculates a centroid for the specified Geometry
.
- Circle - Class in org.geolatte.geom.cga
-
A Simple Circle value class
Created by Karel Maesen, Geovise BVBA on 01/03/15.
- Circle(double, double, double) - Constructor for class org.geolatte.geom.cga.Circle
-
- Circle(Position, Position, Position) - Constructor for class org.geolatte.geom.cga.Circle
-
- Circle(Position, Position, Position, boolean) - Constructor for class org.geolatte.geom.cga.Circle
-
Creates a Circle through three Position
s
- Circle - Class in org.geolatte.geom
-
This class provides operations for handling the usage of Circles and arcs in
Geometries.
- Circle() - Constructor for class org.geolatte.geom.Circle
-
Creates a circle whose center is at the origin and whose radius is 0.
- Circle(Coordinate, double) - Constructor for class org.geolatte.geom.Circle
-
Create a circle with a defined center and radius
- Circle(double, double, double) - Constructor for class org.geolatte.geom.Circle
-
Create a circle using the x/y coordinates for the center.
- Circle(double, double, double, double) - Constructor for class org.geolatte.geom.Circle
-
Creates a circle based on bounding box.
- Circle(Coordinate, Coordinate, Coordinate) - Constructor for class org.geolatte.geom.Circle
-
Three point method of circle construction.
- Circle(double, double, double, double, double, double) - Constructor for class org.geolatte.geom.Circle
-
Three point method of circle construction.
- Circle.Arc - Class in org.geolatte.geom
-
An arc, or circle segment
- CircularArcLinearizer<P extends Position> - Class in org.geolatte.geom.cga
-
Linearizes arc segments defined by three consecutive
Positions
- CircularArcLinearizer(P, P, P, double) - Constructor for class org.geolatte.geom.cga.CircularArcLinearizer
-
- clone() - Method in interface org.geolatte.geom.PositionSequence
-
- cM(double, double, double) - Static method in class org.geolatte.geom.builder.DSL
-
Creates a projected 2DM position token
- collinear(Position, Position, Position) - Static method in class org.geolatte.geom.cga.NumericalMethods
-
- combine(CoordinateReferenceSystem<P>, SingleCoordinateReferenceSystem, Class<R>) - Static method in class org.geolatte.geom.crs.CoordinateReferenceSystems
-
- combine(CoordinateReferenceSystem<P>, SingleCoordinateReferenceSystem) - Static method in class org.geolatte.geom.crs.CoordinateReferenceSystems
-
- Complex<P extends Position,G extends Geometry<P>> - Interface in org.geolatte.geom
-
Interface for Geometry
s that are composed of Geometry
s.
- CompoundCoordinateReferenceSystem<P extends Position> - Class in org.geolatte.geom.crs
-
A compound CoordinateReferenceSystem
that is constructed by adding additional CoordinateSystemAxes to a
base coordinate reference system (either a Geographic, Geocentric or Projected Coordinate Reference System).
- CompoundCoordinateReferenceSystem(String, SingleCoordinateReferenceSystem<?>...) - Constructor for class org.geolatte.geom.crs.CompoundCoordinateReferenceSystem
-
- ConnectionFinder - Interface in org.geolatte.geom.codec.db.oracle
-
The ConnectionFinder
returns an OracleConnection when given a
Connection
object.
- contains(Envelope) - Method in class org.geolatte.geom.Envelope
-
Checks whether this Envelope
contains the specifies Envelope
.
- contains(P) - Method in class org.geolatte.geom.Envelope
-
Checks whether this Envelope
contains the specifies Envelope
.
- contains(Geometry<P>, Geometry<P>) - Method in class org.geolatte.geom.JTSGeometryOperations
-
- contains(Geometry<P>, Geometry<P>) - Method in interface org.geolatte.geom.ProjectedGeometryOperations
-
Creates an operation to check if the first specified Geometry
spatially
contains the second.
- convertOrdinateArray(Double[], SDOGeometry, CoordinateReferenceSystem<P>) - Method in class org.geolatte.geom.codec.db.oracle.AbstractSDODecoder
-
- convertPositionSequence(PositionSequence<?>) - Method in class org.geolatte.geom.codec.db.oracle.AbstractSDOEncoder
-
- convexHull(Geometry<P>) - Method in class org.geolatte.geom.JTSGeometryOperations
-
- convexHull(Geometry<P>) - Method in interface org.geolatte.geom.ProjectedGeometryOperations
-
Returns an operation to calculate the convex hull of the specified Geometry
.
- CoordinateReferenceSystem<P extends Position> - Class in org.geolatte.geom.crs
-
A Coordinate Reference System.
- CoordinateReferenceSystem(CrsId, String, CoordinateSystem<P>) - Constructor for class org.geolatte.geom.crs.CoordinateReferenceSystem
-
Constructs a CoordinateReferenceSystem
.
- CoordinateReferenceSystems - Class in org.geolatte.geom.crs
-
Common coordinate reference systems.
- CoordinateReferenceSystems() - Constructor for class org.geolatte.geom.crs.CoordinateReferenceSystems
-
- CoordinateSystem<P extends Position> - Class in org.geolatte.geom.crs
-
A coordinate system.
- CoordinateSystem(CoordinateSystemAxis...) - Constructor for class org.geolatte.geom.crs.CoordinateSystem
-
Constructs a CoordinateSystem
.
- CoordinateSystemAxis - Class in org.geolatte.geom.crs
-
An axis of a CoordinateSystem.
- CoordinateSystemAxisDirection - Enum in org.geolatte.geom.crs
-
Enumerates the possible values of direction for a CoordinateSystemAxis
.
- coords - Variable in class org.geolatte.geom.Position
-
- copy(PositionSequence<Q>, Class<P>) - Static method in class org.geolatte.geom.Positions
-
Copies the source positions to a new PositionSequence.
- CountingPositionSequenceBuilder<P extends Position> - Class in org.geolatte.geom.codec.db.sqlserver
-
- CountingPositionSequenceBuilder(CoordinateReferenceSystem<P>) - Constructor for class org.geolatte.geom.codec.db.sqlserver.CountingPositionSequenceBuilder
-
- createArc(Coordinate, Coordinate, Coordinate) - Method in class org.geolatte.geom.Circle
-
Creates an arc through the specified points
- createElemInfoArray(ElemInfo, Connection) - Method in class org.geolatte.geom.codec.db.oracle.OracleJDBCTypeFactory
-
- createOrdinatesArray(Ordinates, Connection) - Method in class org.geolatte.geom.codec.db.oracle.OracleJDBCTypeFactory
-
- createStruct(SDOGeometry, Connection) - Method in class org.geolatte.geom.codec.db.oracle.OracleJDBCTypeFactory
-
- crosses(Geometry<P>, Geometry<P>) - Method in class org.geolatte.geom.JTSGeometryOperations
-
- crosses(Geometry<P>, Geometry<P>) - Method in interface org.geolatte.geom.ProjectedGeometryOperations
-
Creates an operation to check if the specified Geometry
s cross.
- crossProduct(double, double, double, double) - Static method in class org.geolatte.geom.cga.NumericalMethods
-
- CrsId - Class in org.geolatte.geom.crs
-
An identifier for a CoordinateReferenceSystem
or other object referenced in a
CoordinateReferenceSystem
definition.
- CrsId(String, int) - Constructor for class org.geolatte.geom.crs.CrsId
-
Creates an instance having the specified authority and code.
- CrsIdentifiable - Class in org.geolatte.geom.crs
-
Abstract base class for classes the are identified by a CrsId
(e.g.
- CrsIdentifiable(CrsId, String) - Constructor for class org.geolatte.geom.crs.CrsIdentifiable
-
Constructs an instance.
- CrsParameter - Class in org.geolatte.geom.crs
-
A parameter in the Projection
of a ProjectedCoordinateReferenceSystem
.
- CrsParameter(String, double) - Constructor for class org.geolatte.geom.crs.CrsParameter
-
Constructs an instance with the given parameter name and value.
- CrsRegistry - Class in org.geolatte.geom.crs
-
A repository for CoordinateReferenceSystem
s.
- CrsRegistry() - Constructor for class org.geolatte.geom.crs.CrsRegistry
-
- CrsWktDecoder - Class in org.geolatte.geom.codec
-
A decoder for CoordinateReferenceSystem
definitions in WKT.
- CrsWktDecoder() - Constructor for class org.geolatte.geom.codec.CrsWktDecoder
-
Initiates a new CrsWktDecoder
that uses the CrsWktVariant
.
- g(double, double) - Static method in class org.geolatte.geom.builder.DSL
-
Creates a geographic 2D position token
- g(double, double, double) - Static method in class org.geolatte.geom.builder.DSL
-
Creates a geographic 3D position token
- g(double, double, double, double) - Static method in class org.geolatte.geom.builder.DSL
-
Creates a geographic 3DM position token
- G2D - Class in org.geolatte.geom
-
A Position
in a geographic coordinate reference system.
- G2D() - Constructor for class org.geolatte.geom.G2D
-
Constructs an empty instance
- G2D(double, double) - Constructor for class org.geolatte.geom.G2D
-
Constructs an instance with the specified longitude and latitude
- G2D(double...) - Constructor for class org.geolatte.geom.G2D
-
Constructs an instance from the specified coordinates.
- G2DM - Class in org.geolatte.geom
-
A geographic Position
with a measure value.
- G2DM() - Constructor for class org.geolatte.geom.G2DM
-
- G2DM(double, double, double) - Constructor for class org.geolatte.geom.G2DM
-
- G3D - Class in org.geolatte.geom
-
A geographic Position
with an altitude.
- G3D() - Constructor for class org.geolatte.geom.G3D
-
- G3D(double, double, double) - Constructor for class org.geolatte.geom.G3D
-
- G3D(double...) - Constructor for class org.geolatte.geom.G3D
-
- G3DM - Class in org.geolatte.geom
-
A geographic Position
with both an altitude and a measure value.
- G3DM() - Constructor for class org.geolatte.geom.G3DM
-
- G3DM(double, double, double, double) - Constructor for class org.geolatte.geom.G3DM
-
- GeocentricCartesianCoordinateReferenceSystem - Class in org.geolatte.geom.crs
-
A geo-centric CoordinateReferenceSystem
.
- GeocentricCartesianCoordinateReferenceSystem(CrsId, String, CartesianCoordinateSystem3D) - Constructor for class org.geolatte.geom.crs.GeocentricCartesianCoordinateReferenceSystem
-
Constructs a CoordinateReferenceSystem
.
- GeodeticLatitudeCSAxis - Class in org.geolatte.geom.crs
-
A coordinate system axis for geodetic latitude, defined as the angle from the equatorial plane to the perpendicular
to the ellipsoid through a given point, northwards treated as positive
Created by Karel Maesen, Geovise BVBA on 28/11/14.
- GeodeticLatitudeCSAxis(String, AngularUnit) - Constructor for class org.geolatte.geom.crs.GeodeticLatitudeCSAxis
-
Creates an instance.
- GeodeticLongitudeCSAxis - Class in org.geolatte.geom.crs
-
A coordinate system axis for geodetic longitude, defined as the angle from the prime meridian plane to the meridian
plane of a given point, eastward treated as positive
Created by Karel Maesen, Geovise BVBA on 28/11/14.
- GeodeticLongitudeCSAxis(String, AngularUnit) - Constructor for class org.geolatte.geom.crs.GeodeticLongitudeCSAxis
-
Creates an instance.
- Geographic2DCoordinateReferenceSystem - Class in org.geolatte.geom.crs
-
A geographic CoordinateReferenceSystem
.
- Geographic2DCoordinateReferenceSystem(CrsId, String, EllipsoidalCoordinateSystem2D) - Constructor for class org.geolatte.geom.crs.Geographic2DCoordinateReferenceSystem
-
Constructs a CoordinateReferenceSystem
.
- Geographic3DCoordinateReferenceSystem - Class in org.geolatte.geom.crs
-
Created by Karel Maesen, Geovise BVBA on 30/11/14.
- Geographic3DCoordinateReferenceSystem(CrsId, String, EllipsoidalCoordinateSystem3D) - Constructor for class org.geolatte.geom.crs.Geographic3DCoordinateReferenceSystem
-
Constructs a 3-Dimensional geographic coordinate reference system.
- GeographicCoordinateReferenceSystem<P extends G2D> - Class in org.geolatte.geom.crs
-
Created by Karel Maesen, Geovise BVBA on 30/11/14.
- GeographicCoordinateReferenceSystem(CrsId, String, CoordinateSystem<P>) - Constructor for class org.geolatte.geom.crs.GeographicCoordinateReferenceSystem
-
Constructs a HorizontalCoordinateReferenceSystem
.
- Geometries - Class in org.geolatte.geom
-
- Geometries() - Constructor for class org.geolatte.geom.Geometries
-
- geometries - Variable in class org.geolatte.geom.GeometryCollection
-
- Geometry<P extends Position> - Class in org.geolatte.geom
-
The base class for Geometry
s.
- Geometry(CoordinateReferenceSystem<P>) - Constructor for class org.geolatte.geom.Geometry
-
Creates an empty Geometry
- Geometry(PositionSequence<P>, CoordinateReferenceSystem<P>) - Constructor for class org.geolatte.geom.Geometry
-
- geometrycollection(Geometry<P>, Geometry<P>...) - Static method in class org.geolatte.geom.builder.DSL
-
Creates a GeometryCollection
from the specified Geometry
s.
- geometrycollection(CoordinateReferenceSystem<P>, DSL.GeometryToken<P>...) - Static method in class org.geolatte.geom.builder.DSL
-
Creates a GeometryCollection
from the specified GeometryToken
s and CoordinateReferenceSystem
.
- geometrycollection(DSL.GeometryToken<P>...) - Static method in class org.geolatte.geom.builder.DSL
-
Creates a GeometryCollectionToken
of the specified GeometryToken
s
- GeometryCollection<P extends Position,G extends Geometry<P>> - Class in org.geolatte.geom
-
A Geometry
that is an ordered collection of some number of Geometry
s.
- GeometryCollection(G...) - Constructor for class org.geolatte.geom.GeometryCollection
-
Constructs a GeometryCollection
from the specified Geometry
s.
- GeometryCollection(CoordinateReferenceSystem<P>) - Constructor for class org.geolatte.geom.GeometryCollection
-
Constructs an empty GeometryCollection
- GeometryCollectionSdoDecoder - Class in org.geolatte.geom.codec.db.oracle
-
Created by Karel Maesen, Geovise BVBA on 19/03/15.
- GeometryCollectionSdoDecoder() - Constructor for class org.geolatte.geom.codec.db.oracle.GeometryCollectionSdoDecoder
-
- GeometryEquality - Interface in org.geolatte.geom
-
A test for equality of Geometry
s.
- geometryFactory() - Static method in class org.geolatte.geom.jts.JTS
-
- GeometryOperation<R> - Interface in org.geolatte.geom
-
An operation that can be executed on a Geometry
.
- GeometryPointEquality - Class in org.geolatte.geom
-
A GeometryEquality
that considers two Geometry
s to be equal iff one of these conditions is
satisfied:
both have the same type, coordinate reference system and consist of the same Point
s.
both are empty
- GeometryPointEquality(PositionEquality) - Constructor for class org.geolatte.geom.GeometryPointEquality
-
Constructs an instance that uses the specified PositionEquality
to determine
whether the Geometry
s have the same Positions
s.
- GeometryPointEquality() - Constructor for class org.geolatte.geom.GeometryPointEquality
-
Constructs an instance that uses ExactPositionEquality
to determine
whether the Geometry
s have the same Positions
s.
- GeometryToken() - Constructor for class org.geolatte.geom.builder.DSL.GeometryToken
-
- GeometryType - Enum in org.geolatte.geom
-
Enumerates the instantiable Geometry
types.
- GeometryVisitor<P extends Position> - Interface in org.geolatte.geom
-
A visitor for Geometry
s.
- get() - Method in class org.geolatte.geom.ByteBuffer
-
Relative get method.
- getAngle(Coordinate) - Method in class org.geolatte.geom.Circle
-
Returns the angle of the point from the center and the horizontal line
from the center.
- getArcAngle() - Method in class org.geolatte.geom.Circle.Arc
-
- getArcAngleDegrees() - Method in class org.geolatte.geom.Circle.Arc
-
- getArcHeight() - Method in class org.geolatte.geom.Circle.Arc
-
given a an arc defined from p1 to p2 existing on this circle, returns
the height of the arc.
- getAuthority() - Method in class org.geolatte.geom.crs.CrsId
-
Returns the authority for this CrsId
.
- getAxes() - Method in class org.geolatte.geom.crs.CoordinateSystem
-
- getAxis(int) - Method in class org.geolatte.geom.crs.CoordinateReferenceSystem
-
- getAxis(int) - Method in class org.geolatte.geom.crs.CoordinateSystem
-
- getAxis() - Method in class org.geolatte.geom.crs.OneDimensionCoordinateSystem
-
Returns the single axis in the coordinate system.
- getAxisDirection() - Method in class org.geolatte.geom.crs.CoordinateSystemAxis
-
- getAxisDirections() - Method in class org.geolatte.geom.crs.CoordinateSystem
-
Returns a list of all the directions of this systems
- getAxisForComponentIndex(int) - Method in class org.geolatte.geom.crs.CoordinateSystem
-
Return the axis that corresponds to the i-th element in the coordinates for a Position
in this CoordinateSystem
.
- getAxisIndex(CoordinateSystemAxis) - Method in class org.geolatte.geom.crs.CoordinateReferenceSystem
-
Returns the index of the specified axis in this CoordinateReferenceSystem
, or
-1 if it is not an axis of this system.
- getAxisIndex(CoordinateSystemAxis) - Method in class org.geolatte.geom.crs.CoordinateSystem
-
Returns the position of the specified
CoordinateSystemAxis
in this
CoordinateSystem
,
or -1 if it is not an axis of this instance.
- getAxisName() - Method in class org.geolatte.geom.crs.CoordinateSystemAxis
-
Returns the name of this axis.
- getAxisNormalOrder() - Method in class org.geolatte.geom.crs.CoordinateSystem
-
Returns the normal order value for the axes of this systems in the order that the axes have been defined for this
system.
- getAxisUnit(int) - Method in class org.geolatte.geom.crs.CoordinateSystem
-
Returns the Unit
of the axis at the specified position.
- getByteOrder() - Method in class org.geolatte.geom.ByteBuffer
-
Gets the byte order of this instance.
- getByteOrder() - Method in enum org.geolatte.geom.ByteOrder
-
- getCenter() - Method in class org.geolatte.geom.Circle
-
- getChordCenterPoint() - Method in class org.geolatte.geom.Circle.Arc
-
Returns the center of this Arc
- getCircle() - Method in class org.geolatte.geom.cga.CircularArcLinearizer
-
- getCode() - Method in class org.geolatte.geom.crs.CrsId
-
Returns the code for this CrsId
.
- getComponents() - Method in class org.geolatte.geom.crs.CompoundCoordinateReferenceSystem
-
- getComponentType() - Method in interface org.geolatte.geom.Complex
-
Returns the Class
of which all constituent Geometry
s are instances.
- getComponentType() - Method in class org.geolatte.geom.GeometryCollection
-
- getComponentType() - Method in class org.geolatte.geom.MultiLineString
-
- getComponentType() - Method in class org.geolatte.geom.MultiPoint
-
- getComponentType() - Method in class org.geolatte.geom.MultiPolygon
-
- getComponentType() - Method in class org.geolatte.geom.Polygon
-
- getCompoundCSeq(int, int, SDOGeometry) - Method in class org.geolatte.geom.codec.db.oracle.AbstractSDODecoder
-
Gets the CoordinateSequence corresponding to a compound element.
- getConversionFactor() - Method in class org.geolatte.geom.crs.Unit
-
Returns the conversion factor: the scalar value that converts a value of this Unit
to the fundamental unit
for this type of unit.
- getCoordinate(int) - Method in class org.geolatte.geom.Position
-
Returns the coordinate at the specified index
- getCoordinate(CoordinateSystemAxis, CoordinateReferenceSystem<?>) - Method in class org.geolatte.geom.Position
-
Gets the coordinate value for the specified axis
- getCoordinateDimension() - Method in class org.geolatte.geom.C2D
-
- getCoordinateDimension() - Method in class org.geolatte.geom.C2DM
-
- getCoordinateDimension() - Method in class org.geolatte.geom.C3D
-
- getCoordinateDimension() - Method in class org.geolatte.geom.C3DM
-
- getCoordinateDimension() - Method in class org.geolatte.geom.codec.db.sqlserver.CountingPositionSequenceBuilder
-
- getCoordinateDimension() - Method in class org.geolatte.geom.crs.CoordinateReferenceSystem
-
Returns the coordinate dimension, i.e.
- getCoordinateDimension() - Method in class org.geolatte.geom.crs.CoordinateSystem
-
Returns the coordinate dimension, i.e.
- getCoordinateDimension() - Method in class org.geolatte.geom.G2D
-
- getCoordinateDimension() - Method in class org.geolatte.geom.G2DM
-
- getCoordinateDimension() - Method in class org.geolatte.geom.G3D
-
- getCoordinateDimension() - Method in class org.geolatte.geom.G3DM
-
- getCoordinateDimension() - Method in class org.geolatte.geom.Geometry
-
Returns the coordinate dimension of this
Geometry
- getCoordinateDimension() - Method in class org.geolatte.geom.M
-
- getCoordinateDimension() - Method in class org.geolatte.geom.Position
-
- getCoordinateDimension() - Method in interface org.geolatte.geom.PositionFactory
-
- getCoordinateDimension() - Method in class org.geolatte.geom.Positions.CanMakeG2D
-
- getCoordinateDimension() - Method in class org.geolatte.geom.Positions.CanMakeG2DM
-
- getCoordinateDimension() - Method in class org.geolatte.geom.Positions.CanMakeG3D
-
- getCoordinateDimension() - Method in class org.geolatte.geom.Positions.CanMakeG3DM
-
- getCoordinateDimension() - Method in class org.geolatte.geom.Positions.CanMakeP2D
-
- getCoordinateDimension() - Method in class org.geolatte.geom.Positions.CanMakeP2DM
-
- getCoordinateDimension() - Method in class org.geolatte.geom.Positions.CanMakeP3D
-
- getCoordinateDimension() - Method in class org.geolatte.geom.Positions.CanMakeP3DM
-
- getCoordinateDimension() - Method in interface org.geolatte.geom.PositionSequence
-
Returns the coordinate dimension of this PositionSequence
.
- getCoordinateDimension() - Method in class org.geolatte.geom.V
-
- getCoordinateReferenceSystem() - Method in class org.geolatte.geom.curve.MortonContext
-
Returns the CrsId of the spatial extent
- getCoordinateReferenceSystem() - Method in class org.geolatte.geom.Envelope
-
Returns the CoordinateReferenceSystem
for this Envelope
- getCoordinateReferenceSystem() - Method in class org.geolatte.geom.Geometry
-
Returns the coordinate reference system of this Geometry
- getCoordinateReferenceSystemForEPSG(int, CoordinateReferenceSystem<?>) - Static method in class org.geolatte.geom.crs.CrsRegistry
-
returns the CoordinateReferenceSystem
for the specified EPSG code.
- getCoordinates(int, double[]) - Method in interface org.geolatte.geom.PositionSequence
-
Copies the coordinates at position i into the specified array.
- getCoordinateSystem() - Method in class org.geolatte.geom.crs.CoordinateReferenceSystem
-
Returns the CoordinateSystem
associated with this CoordinateReferenceSystem
.
- getCoordinateSystem() - Method in class org.geolatte.geom.crs.Geographic2DCoordinateReferenceSystem
-
- getCorrespondingGeolatteClass(Class<? extends Geometry>) - Static method in class org.geolatte.geom.jts.JTS
-
Returns the Geolatte Geometry class that corresponds to the specified JTS class.
- getCorrespondingJTSClass(Class<? extends Geometry>) - Static method in class org.geolatte.geom.jts.JTS
-
Returns the JTS Geometry class that corresponds to the specified Geolatte Geometry class.
- getCrs(Geometry<T>[]) - Static method in class org.geolatte.geom.Geometry
-
- getCrsId() - Method in class org.geolatte.geom.crs.CrsIdentifiable
-
Returns the identifier for this CoordinateReferenceSystem
.
- getCrsIdForEPSG(int) - Static method in class org.geolatte.geom.crs.CrsRegistry
-
Returns the CrsId
for the specified EPSG Code.
- getDatum() - Method in class org.geolatte.geom.crs.GeographicCoordinateReferenceSystem
-
Returns the Datum
for this CoordinateReferenceSystem
- getDatum() - Method in class org.geolatte.geom.crs.VerticalCoordinateReferenceSystem
-
- getDatumType() - Method in class org.geolatte.geom.crs.VerticalDatum
-
- getDepth() - Method in class org.geolatte.geom.curve.MortonContext
-
Returns the maximum tree-depth
- getDimension() - Method in class org.geolatte.geom.codec.db.oracle.SDOGeometry
-
- getDimension() - Method in class org.geolatte.geom.Geometry
-
Returns the topological dimension of this instance.
- getDimension() - Method in class org.geolatte.geom.GeometryCollection
-
- getDimension() - Method in class org.geolatte.geom.LineString
-
- getDimension() - Method in class org.geolatte.geom.MultiLineString
-
- getDimension() - Method in class org.geolatte.geom.MultiPoint
-
- getDimension() - Method in class org.geolatte.geom.Point
-
- getDimension() - Method in class org.geolatte.geom.Polygon
-
- getDouble() - Method in class org.geolatte.geom.ByteBuffer
-
Reads the next 8 bytes as a double from this instance at the current position, taking into account the byte-order,
and then increments the position by eight.
- getElementCSeq(int, SDOGeometry, boolean, CoordinateReferenceSystem<P>) - Method in class org.geolatte.geom.codec.db.oracle.AbstractSDODecoder
-
Gets the CoordinateSequence corresponding to an element.
- getElementGeometries() - Method in class org.geolatte.geom.codec.db.oracle.SDOGeometry
-
If this SDOGeometry is a COLLECTION, this method returns an array of
the SDO_GEOMETRIES that make up the collection.
- getEllipsoid() - Method in class org.geolatte.geom.crs.Datum
-
Returns the Ellipsoid
for this Datum
- getEndPosition() - Method in interface org.geolatte.geom.Linear
-
Returns the end position of the linear Geometry
- getEndPosition() - Method in class org.geolatte.geom.LineSegment
-
Returns the second, or end Position
of this LineSegment
- getEndPosition() - Method in class org.geolatte.geom.LineString
-
Returns the last Position
of this LineString
.
- getEndPosition() - Method in class org.geolatte.geom.MultiLineString
-
- getEnvelope() - Method in class org.geolatte.geom.Geometry
-
Returns the Envelope
of this instance.
- getExtent() - Method in class org.geolatte.geom.curve.MortonContext
-
Returns the spatial extent of this instance
- getExteriorRing() - Method in class org.geolatte.geom.Polygon
-
Returns the exterior boundary of this Polygon
.
- getFactoryFor(Class<P>) - Static method in class org.geolatte.geom.Positions
-
- getFloat() - Method in class org.geolatte.geom.ByteBuffer
-
Reads the next 4 bytes as a float from this instance at the current position, taking into account the byte-order,
and then increments the position by four.
- getFundamentalUnit() - Method in class org.geolatte.geom.crs.AngularUnit
-
- getFundamentalUnit() - Method in class org.geolatte.geom.crs.LinearUnit
-
- getFundamentalUnit() - Method in class org.geolatte.geom.crs.Unit
-
Returns the fundamental unit for this type of Unit
.
- getGeographicCoordinateReferenceSystemForEPSG(int) - Static method in class org.geolatte.geom.crs.CrsRegistry
-
- getGeographicCoordinateSystem() - Method in class org.geolatte.geom.crs.ProjectedCoordinateReferenceSystem
-
Returns the base GeographicCoordinateReferenceSystem
of this
projected reference system.
- getGeometryN(int) - Method in class org.geolatte.geom.GeometryCollection
-
Returns the Geometry
element at the specified (zero-based) position in this GeometryCollection
.
- getGeometryType() - Method in class org.geolatte.geom.Geometry
-
Returns the type of this Geometry
.
- getGeometryType() - Method in class org.geolatte.geom.GeometryCollection
-
- getGeometryType() - Method in class org.geolatte.geom.LinearRing
-
- getGeometryType() - Method in class org.geolatte.geom.LineString
-
- getGeometryType() - Method in class org.geolatte.geom.MultiLineString
-
- getGeometryType() - Method in class org.geolatte.geom.MultiPoint
-
- getGeometryType() - Method in class org.geolatte.geom.MultiPolygon
-
- getGeometryType() - Method in class org.geolatte.geom.Point
-
- getGeometryType() - Method in class org.geolatte.geom.Polygon
-
- getGType() - Method in class org.geolatte.geom.codec.db.oracle.SDOGeometry
-
- getHeight() - Method in class org.geolatte.geom.G3D
-
- getInfo() - Method in class org.geolatte.geom.codec.db.oracle.SDOGeometry
-
- getInt() - Method in class org.geolatte.geom.ByteBuffer
-
Reads the next 4 bytes as an int from this instance at the current position, taking into account the byte-order,
and then increments the position by four.
- getInteriorRingN(int) - Method in class org.geolatte.geom.Polygon
-
Returns the specified interior ring.
- getInverseFlattening() - Method in class org.geolatte.geom.crs.Ellipsoid
-
Returns the inverse flattening.
- getLat() - Method in class org.geolatte.geom.G2D
-
Returns the latitude of this position
- getLon() - Method in class org.geolatte.geom.G2D
-
Returns the longitude of this position
- getLong() - Method in class org.geolatte.geom.ByteBuffer
-
Reads the next 8 bytes as a long from this instance at the current position, taking into account the byte-order,
and then increments the position by eight.
- getLongitude() - Method in class org.geolatte.geom.crs.PrimeMeridian
-
Returns the angle of this meridian relative to Greenwich Meridian.
- getLRSDim(Geometry<P>) - Method in class org.geolatte.geom.codec.db.oracle.AbstractSDOEncoder
-
- getLRSDimension() - Method in class org.geolatte.geom.codec.db.oracle.SDOGeometry
-
- getM() - Method in class org.geolatte.geom.C2DM
-
- getM() - Method in class org.geolatte.geom.C3DM
-
- getM() - Method in class org.geolatte.geom.G2DM
-
- getM() - Method in class org.geolatte.geom.G3DM
-
- getM() - Method in class org.geolatte.geom.jts.DimensionalCoordinate
-
- getM() - Method in interface org.geolatte.geom.Measured
-
Returns the measure value of this instance.
- getMaxC0() - Method in class org.geolatte.geom.Envelope
-
- getMaxC1() - Method in class org.geolatte.geom.Envelope
-
- getMaxLength() - Method in class org.geolatte.geom.curve.MortonCode
-
Returns the maximum length of a morton code generated by this instance.
- getMaxX() - Method in class org.geolatte.geom.curve.MortonContext
-
Returns the maximum X-coordinate of the extent.
- getMaxY() - Method in class org.geolatte.geom.curve.MortonContext
-
Returns the maximum Y-coordinate of the extent.
- getMComponentIndex() - Method in interface org.geolatte.geom.PositionFactory
-
- getMComponentIndex() - Method in class org.geolatte.geom.Positions.CanMakeG2D
-
- getMComponentIndex() - Method in class org.geolatte.geom.Positions.CanMakeG2DM
-
- getMComponentIndex() - Method in class org.geolatte.geom.Positions.CanMakeG3D
-
- getMComponentIndex() - Method in class org.geolatte.geom.Positions.CanMakeG3DM
-
- getMComponentIndex() - Method in class org.geolatte.geom.Positions.CanMakeP2D
-
- getMComponentIndex() - Method in class org.geolatte.geom.Positions.CanMakeP2DM
-
- getMComponentIndex() - Method in class org.geolatte.geom.Positions.CanMakeP3D
-
- getMComponentIndex() - Method in class org.geolatte.geom.Positions.CanMakeP3DM
-
- getMinC0() - Method in class org.geolatte.geom.Envelope
-
- getMinC1() - Method in class org.geolatte.geom.Envelope
-
- getMinX() - Method in class org.geolatte.geom.curve.MortonContext
-
Returns the minimum X-coordinate of the extent
- getMinY() - Method in class org.geolatte.geom.curve.MortonContext
-
Returns the minimum Y-coordinate of the extent
- getName() - Method in class org.geolatte.geom.crs.CrsIdentifiable
-
Returns the name of this CoordinateReferenceSystem
.
- getName() - Method in class org.geolatte.geom.crs.CrsParameter
-
Returns the name of this parameter
- getNormalOrder() - Method in class org.geolatte.geom.crs.CoordinateSystemAxis
-
Indicates the position for the Axis in the normalized order of axes.
- getNumAdded() - Method in class org.geolatte.geom.codec.db.sqlserver.CountingPositionSequenceBuilder
-
- getNumAdded() - Method in interface org.geolatte.geom.PositionSequenceBuilder
-
Returns the number of positions that have already been added.
- getNumElements() - Method in class org.geolatte.geom.codec.db.oracle.SDOGeometry
-
Gets the number of elements or compound elements.
- getNumGeometries() - Method in interface org.geolatte.geom.Complex
-
Returns the number of constituent Geometry
s
- getNumGeometries() - Method in class org.geolatte.geom.GeometryCollection
-
Returns the number of elements in this GeometryCollection
.
- getNumGeometries() - Method in class org.geolatte.geom.Polygon
-
- getNumInteriorRing() - Method in class org.geolatte.geom.Polygon
-
returns the number of interior boundaries.
- getNumPositions() - Method in class org.geolatte.geom.Geometry
-
Returns the number of positions in the PositionSequence
of this Geometry
.
- getOrdinates() - Method in class org.geolatte.geom.codec.db.oracle.SDOGeometry
-
- getP1() - Method in class org.geolatte.geom.Circle.Arc
-
- getP1Angle() - Method in class org.geolatte.geom.Circle.Arc
-
- getP2() - Method in class org.geolatte.geom.Circle.Arc
-
- getP2Angle() - Method in class org.geolatte.geom.Circle.Arc
-
- getParameters() - Method in class org.geolatte.geom.crs.ProjectedCoordinateReferenceSystem
-
Returns the projection parameters
- getPoint(double) - Method in class org.geolatte.geom.Circle
-
Returns the coordinate on the circle at the specified angle
- getPoint() - Method in class org.geolatte.geom.codec.db.oracle.SDOGeometry
-
- getPosition() - Method in class org.geolatte.geom.Point
-
Returns the Position
of this Point
.
- getPositionClass() - Method in class org.geolatte.geom.crs.CartesianCoordinateSystem2D
-
- getPositionClass() - Method in class org.geolatte.geom.crs.CartesianCoordinateSystem2DM
-
- getPositionClass() - Method in class org.geolatte.geom.crs.CartesianCoordinateSystem3D
-
- getPositionClass() - Method in class org.geolatte.geom.crs.CartesianCoordinateSystem3DM
-
- getPositionClass() - Method in class org.geolatte.geom.crs.CoordinateReferenceSystem
-
Returns the type token for the type of Position
s referenced in this system.
- getPositionClass() - Method in class org.geolatte.geom.crs.CoordinateSystem
-
- getPositionClass() - Method in class org.geolatte.geom.crs.EllipsoidalCoordinateSystem2D
-
- getPositionClass() - Method in class org.geolatte.geom.crs.EllipsoidalCoordinateSystem2DM
-
- getPositionClass() - Method in class org.geolatte.geom.crs.EllipsoidalCoordinateSystem3D
-
- getPositionClass() - Method in class org.geolatte.geom.crs.EllipsoidalCoordinateSystem3DM
-
- getPositionClass() - Method in class org.geolatte.geom.crs.OneDimensionCoordinateSystem
-
- getPositionClass() - Method in class org.geolatte.geom.Geometry
-
- getPositionClass() - Method in interface org.geolatte.geom.PositionSequence
-
- getPositionFactory() - Method in interface org.geolatte.geom.PositionSequence
-
- getPositionN(int) - Method in class org.geolatte.geom.Geometry
-
Returns the position at the specified index in the PositionSequence
of this Geometry
.
- getPositionN(int) - Method in interface org.geolatte.geom.PositionSequence
-
- getPositions() - Method in class org.geolatte.geom.Geometry
-
Returns the PositionSequence
of this instance
- getPrimeMeridian() - Method in class org.geolatte.geom.crs.GeographicCoordinateReferenceSystem
-
Returns the PrimeMeridian
of this CoordinateReferenceSystem
.
- getProjectedCoordinateReferenceSystemForEPSG(int) - Static method in class org.geolatte.geom.crs.CrsRegistry
-
- getProjection() - Method in class org.geolatte.geom.crs.ProjectedCoordinateReferenceSystem
-
Returns the map projection for this projected cooordinate system.
- getRadius() - Method in class org.geolatte.geom.cga.CircularArcLinearizer
-
- getRadius() - Method in class org.geolatte.geom.Circle
-
- getSemiMajorAxis() - Method in class org.geolatte.geom.crs.Ellipsoid
-
Returns the semi-major axis of this Ellipsoid.
- getSRID() - Method in class org.geolatte.geom.codec.db.oracle.SDOGeometry
-
- getSRID() - Method in class org.geolatte.geom.Geometry
-
Returns the numeric identifier of the coordinate reference system of this Geometry
.
- getStartPosition() - Method in interface org.geolatte.geom.Linear
-
Returns the start position of the linear Geometry
- getStartPosition() - Method in class org.geolatte.geom.LineSegment
-
Returns the first, or start Position
of this LineSegment
- getStartPosition() - Method in class org.geolatte.geom.LineString
-
Returns the first Position
of this LineString
.
- getStartPosition() - Method in class org.geolatte.geom.MultiLineString
-
- getToWGS84() - Method in class org.geolatte.geom.crs.Datum
-
Returns the Bursa-Wolf transformation parameters to the WGS84 datum.
- getTypeName() - Static method in class org.geolatte.geom.codec.db.oracle.SDOGeometry
-
- getUInt() - Method in class org.geolatte.geom.ByteBuffer
-
Reads the next 4 bytes as an unsigned integer from this instance at the current position,
taking into account the byte-order, and then increments the position by four.
- getUnit() - Method in class org.geolatte.geom.crs.CoordinateSystemAxis
-
- getUnit() - Method in class org.geolatte.geom.crs.GeographicCoordinateReferenceSystem
-
Returns the Unit
for this CoordinateReferenceSystem
.
- getValue() - Method in class org.geolatte.geom.crs.CrsParameter
-
Returns value of this parameter.
- getValue() - Method in class org.geolatte.geom.M
-
- getValue() - Method in class org.geolatte.geom.V
-
- getX() - Method in class org.geolatte.geom.C2D
-
Returns the coordinate for EAST (WEST) axis direction
- getY() - Method in class org.geolatte.geom.C2D
-
Returns the coordinate for NORTH (SOUTH) axis direction
- getZ() - Method in class org.geolatte.geom.C3D
-
- getZ() - Method in class org.geolatte.geom.jts.DimensionalCoordinate
-
- getZDimension() - Method in class org.geolatte.geom.codec.db.oracle.SDOGeometry
-
- gM(double, double, double) - Static method in class org.geolatte.geom.builder.DSL
-
Creates a geographic 2DM position token
- length(G) - Method in class org.geolatte.geom.JTSGeometryOperations
-
- length(G) - Method in interface org.geolatte.geom.ProjectedGeometryOperations
-
Creates an operation to determine the length of the specified Geometry
.
- limit() - Method in class org.geolatte.geom.ByteBuffer
-
Returns this buffer's limit.
- Linear<P extends Position> - Interface in org.geolatte.geom
-
An interface for linear Geometry
s
- LinearCoordinateReferenceSystem - Class in org.geolatte.geom.crs
-
A 1-Dimensional Linear Coordinate Ssytem that consists of the points that lie on the axis of a linear
feature, for example a pipeline or a road.
- LinearCoordinateReferenceSystem(String, MeasureStraightLineAxis) - Constructor for class org.geolatte.geom.crs.LinearCoordinateReferenceSystem
-
- linearize() - Method in class org.geolatte.geom.cga.CircularArcLinearizer
-
Linearizes the arc segment defined by the three Position
s specified in this instance's constructor
- linearize(PositionSequence<P>, boolean) - Method in class org.geolatte.geom.codec.db.oracle.AbstractSDODecoder
-
Linearizes arcs and circles.
- linearizeArc(double, double, double, double, double, double, double) - Static method in class org.geolatte.geom.Circle
-
Given 2 points defining an arc on the circle, interpolates the circle
into a collection of points that provide connected chords that
approximate the arc based on the tolerance value.
- linearizeArc(double, double, double, double, double, double) - Static method in class org.geolatte.geom.Circle
-
Given 2 points defining an arc on the circle, interpolates the circle
into a collection of points that provide connected chords that
approximate the arc based on the tolerance value.
- linearizeArc(Coordinate, Coordinate, Coordinate, double) - Method in class org.geolatte.geom.Circle
-
Given 2 points defining an arc on the circle, interpolates the circle
into a collection of points that provide connected chords that
approximate the arc based on the tolerance value.
- linearizeCircle() - Method in class org.geolatte.geom.cga.CircularArcLinearizer
-
- linearizeCircle(double, double, double, double, double, double) - Static method in class org.geolatte.geom.Circle
-
Given a circle defined by the 3 points, creates a linearized
interpolation of the circle starting and ending on the first coordinate.
- LinearRing<P extends Position> - Class in org.geolatte.geom
-
A LineString
that is both closed and simple.
- LinearRing(LineString<P>) - Constructor for class org.geolatte.geom.LinearRing
-
- LinearRing(CoordinateReferenceSystem<P>) - Constructor for class org.geolatte.geom.LinearRing
-
- LinearRing(PositionSequence<P>, CoordinateReferenceSystem<P>) - Constructor for class org.geolatte.geom.LinearRing
-
- LinearUnit - Class in org.geolatte.geom.crs
-
Created by Karel Maesen, Geovise BVBA on 28/11/14.
- LinearUnit(CrsId, String, double) - Constructor for class org.geolatte.geom.crs.LinearUnit
-
Creates an instance.
- LineSegment<P extends Position> - Class in org.geolatte.geom
-
A portion of a line delimited (inclusively) by two Position
s.
- LineSegment(P, P) - Constructor for class org.geolatte.geom.LineSegment
-
Constructs a LineSegment
from the specified Position
s.
- LineSegments<P extends Position> - Class in org.geolatte.geom
-
Turns a PointSequence
into an Iterable
over the
LineSegments
defined by each consecutive pair of Point
s in the PointSequence
.
- LineSegments(PositionSequence<P>) - Constructor for class org.geolatte.geom.LineSegments
-
- linestring(CoordinateReferenceSystem<P>, P...) - Static method in class org.geolatte.geom.builder.DSL
-
Creates a LineString
- linestring(P...) - Static method in class org.geolatte.geom.builder.DSL
-
Creates a LineStringToken
- LineString<P extends Position> - Class in org.geolatte.geom
-
A LineString is a 1-dimensional Geometry
consisting of the LineSegment
s defined by
consecutive pairs of Point
s of a PointSequence
.
- LineString(CoordinateReferenceSystem<P>) - Constructor for class org.geolatte.geom.LineString
-
- LineString(LineString<P>) - Constructor for class org.geolatte.geom.LineString
-
This constructor has been added to speed up object creation of LinearRings
- LineString(PositionSequence<P>, CoordinateReferenceSystem<P>) - Constructor for class org.geolatte.geom.LineString
-
Constructs a LineString
from the specified positions
and ProjectedGeometryOperations
implementation.
- LineStringSdoDecoder - Class in org.geolatte.geom.codec.db.oracle
-
Created by Karel Maesen, Geovise BVBA on 18/02/15.
- LineStringSdoDecoder() - Constructor for class org.geolatte.geom.codec.db.oracle.LineStringSdoDecoder
-
- LLAPositionVisitor - Interface in org.geolatte.geom
-
A low-level access Position Visitor.
- load(Struct) - Static method in class org.geolatte.geom.codec.db.oracle.SDOGeometry
-
- locateAlong(Geometry<P>, double) - Method in class org.geolatte.geom.DefaultMeasureGeometryOperations
-
- locateAlong(Geometry<P>, double) - Method in interface org.geolatte.geom.MeasureGeometryOperations
-
Creates an operation to calculate the GeometryCollection
that matches the specified M-coordinate value.
- locateBetween(Geometry<P>, double, double) - Method in class org.geolatte.geom.DefaultMeasureGeometryOperations
-
- locateBetween(Geometry<P>, double, double) - Method in interface org.geolatte.geom.MeasureGeometryOperations
-
Creates an operation to calculate the GeometryCollection
that matches the specified range of M-coordinate value
inclusively.
- lowerLeft() - Method in class org.geolatte.geom.Envelope
-
Returns the lower-left point of this Envelope
.
- lowerRight() - Method in class org.geolatte.geom.Envelope
-
Returns the lower-right point of this Envelope
.
- m - Variable in class org.geolatte.geom.jts.DimensionalCoordinate
-
- M - Class in org.geolatte.geom
-
Created by Karel Maesen, Geovise BVBA on 29/11/14.
- M() - Constructor for class org.geolatte.geom.M
-
Constructs an empty instance
- M(double) - Constructor for class org.geolatte.geom.M
-
Constructs an instance with the specified longitude and latitude
- M(double...) - Constructor for class org.geolatte.geom.M
-
Constructs an instance from the specified coordinates.
- maximumMeasure(Geometry<P>) - Method in class org.geolatte.geom.DefaultMeasureGeometryOperations
-
- maximumMeasure(Geometry<P>) - Method in interface org.geolatte.geom.MeasureGeometryOperations
-
Creates a GeometryOperation
that returns the maximum measure value of the Position
s
of the specified Geometry.
- measureAt(Geometry<P>, P, double) - Method in class org.geolatte.geom.DefaultMeasureGeometryOperations
-
- measureAt(Geometry<P>, P, double) - Method in interface org.geolatte.geom.MeasureGeometryOperations
-
Creates a GeometryOperation
to calculate the measure value
at the specified point
- Measured - Interface in org.geolatte.geom
-
Interface for Position
s that have a "measure" value.
- MeasureGeometryOperations - Interface in org.geolatte.geom
-
A set of operations on measured (2DM/3DM) Geometry
s.
- MeasureInterpolatingVisitor<P extends C2D & Measured> - Class in org.geolatte.geom
-
A GeometryVisitor
that derives a Geometry
by interpolating on the measure values of the visited Geometries
.
- MeasureInterpolatingVisitor(Geometry<P>, double, double) - Constructor for class org.geolatte.geom.MeasureInterpolatingVisitor
-
- measureOnLength(Geometry<P>, Class<M>, boolean) - Method in class org.geolatte.geom.DefaultMeasureGeometryOperations
-
- measureOnLength(Geometry<P>, Class<M>, boolean) - Method in interface org.geolatte.geom.MeasureGeometryOperations
-
Creates a GeometryOperation
that creates a new Geometry
that has the same 2D/3D-coordinates as the specified Geometry
, and
with measure values that correspond with the length along it (or begin-measure + length).
- MeasureStraightLineAxis - Class in org.geolatte.geom.crs
-
An axis for a
LinearCoordinateReferenceSystem
Created by Karel Maesen, Geovise BVBA on 29/11/14.
- MeasureStraightLineAxis(String, LinearUnit) - Constructor for class org.geolatte.geom.crs.MeasureStraightLineAxis
-
Creates an instance.
- merge(OneDimensionCoordinateSystem<?>) - Method in class org.geolatte.geom.crs.CartesianCoordinateSystem2D
-
- merge(OneDimensionCoordinateSystem<?>) - Method in class org.geolatte.geom.crs.CartesianCoordinateSystem2DM
-
- merge(OneDimensionCoordinateSystem<?>) - Method in class org.geolatte.geom.crs.CartesianCoordinateSystem3D
-
- merge(OneDimensionCoordinateSystem<?>) - Method in class org.geolatte.geom.crs.CartesianCoordinateSystem3DM
-
- merge(OneDimensionCoordinateSystem<?>) - Method in class org.geolatte.geom.crs.CoordinateSystem
-
Create a coordinate system that merges this instance with the specified system
- merge(OneDimensionCoordinateSystem<?>) - Method in class org.geolatte.geom.crs.EllipsoidalCoordinateSystem2D
-
- merge(OneDimensionCoordinateSystem<?>) - Method in class org.geolatte.geom.crs.EllipsoidalCoordinateSystem2DM
-
- merge(OneDimensionCoordinateSystem<?>) - Method in class org.geolatte.geom.crs.EllipsoidalCoordinateSystem3D
-
- merge(OneDimensionCoordinateSystem<?>) - Method in class org.geolatte.geom.crs.EllipsoidalCoordinateSystem3DM
-
- merge(OneDimensionCoordinateSystem<?>) - Method in class org.geolatte.geom.crs.OneDimensionCoordinateSystem
-
- METER - Static variable in class org.geolatte.geom.crs.Unit
-
- minimumMeasure(Geometry<P>) - Method in class org.geolatte.geom.DefaultMeasureGeometryOperations
-
- minimumMeasure(Geometry<P>) - Method in interface org.geolatte.geom.MeasureGeometryOperations
-
Creates a GeometryOperation
that returns the minimum measure value of the Position
s
of the specified Geometry.
- mkGeographic(AngularUnit) - Static method in class org.geolatte.geom.crs.CoordinateReferenceSystems
-
Creates a generic geographic coordinate reference system using the specified units of length for coordinates.
- mkGeometry(Class<? extends Simple>, PositionSequence<P>, CoordinateReferenceSystem<P>) - Static method in class org.geolatte.geom.Geometries
-
- mkGeometry(Class<? extends Complex>, Geometry<P>...) - Static method in class org.geolatte.geom.Geometries
-
- mkGeometry(Class<? extends Complex>, CoordinateReferenceSystem<Q>) - Static method in class org.geolatte.geom.Geometries
-
- mkGeometryCollection(Geometry<P>...) - Static method in class org.geolatte.geom.Geometries
-
- mkGeometryCollection(List<Geometry<P>>) - Static method in class org.geolatte.geom.Geometries
-
- mkLatAxis() - Static method in class org.geolatte.geom.crs.CoordinateSystemAxis
-
- mkLinear(LinearUnit) - Static method in class org.geolatte.geom.crs.CoordinateReferenceSystems
-
Creates a 1-Dimensional LinearCoordinateReferenceSystem
- mkLinearRing(PositionSequence<P>, CoordinateReferenceSystem<P>) - Static method in class org.geolatte.geom.Geometries
-
Creates a LinearRing
from a PositionSequence
and coordinate reference system
- mkLineString(PositionSequence<P>, CoordinateReferenceSystem<P>) - Static method in class org.geolatte.geom.Geometries
-
Creates a LineString
from a PositionSequence
and coordinate reference system
- mkLonAxis() - Static method in class org.geolatte.geom.crs.CoordinateSystemAxis
-
- mkMultiLineString(List<LineString<P>>) - Static method in class org.geolatte.geom.Geometries
-
- mkMultiLineString(LineString<P>...) - Static method in class org.geolatte.geom.Geometries
-
- mkMultiPoint(Point<P>...) - Static method in class org.geolatte.geom.Geometries
-
- mkMultiPoint(List<Point<P>>) - Static method in class org.geolatte.geom.Geometries
-
- mkMultiPolygon(Polygon<P>...) - Static method in class org.geolatte.geom.Geometries
-
- mkMultiPolygon(List<Polygon<P>>) - Static method in class org.geolatte.geom.Geometries
-
- mkPoint(P, CoordinateReferenceSystem<P>) - Static method in class org.geolatte.geom.Geometries
-
Creates a Point
from a Position and coordinate reference system
- mkPolygon(LinearRing<P>...) - Static method in class org.geolatte.geom.Geometries
-
- mkPolygon(List<LinearRing<P>>) - Static method in class org.geolatte.geom.Geometries
-
- mkPosition(double...) - Method in interface org.geolatte.geom.PositionFactory
-
- mkPosition(double...) - Method in class org.geolatte.geom.Positions.CanMakeG2D
-
- mkPosition(double...) - Method in class org.geolatte.geom.Positions.CanMakeG2DM
-
- mkPosition(double...) - Method in class org.geolatte.geom.Positions.CanMakeG3D
-
- mkPosition(double...) - Method in class org.geolatte.geom.Positions.CanMakeG3DM
-
- mkPosition(double...) - Method in class org.geolatte.geom.Positions.CanMakeP2D
-
- mkPosition(double...) - Method in class org.geolatte.geom.Positions.CanMakeP2DM
-
- mkPosition(double...) - Method in class org.geolatte.geom.Positions.CanMakeP3D
-
- mkPosition(double...) - Method in class org.geolatte.geom.Positions.CanMakeP3DM
-
- mkPosition(Class<P>, double...) - Static method in class org.geolatte.geom.Positions
-
Factory method for Position
s in the reference system.
- mkPosition(CoordinateReferenceSystem<P>, double...) - Static method in class org.geolatte.geom.Positions
-
- mkProjected(LinearUnit) - Static method in class org.geolatte.geom.crs.CoordinateReferenceSystems
-
Creates a generic projected coordinate reference system using the specified units of length for coordinates.
- mkVertical(LinearUnit) - Static method in class org.geolatte.geom.crs.CoordinateReferenceSystems
-
Creates a 1-Dimensional VerticalCoordinateReferenceSystem
- mkXAxis() - Static method in class org.geolatte.geom.crs.CoordinateSystemAxis
-
- mkYAxis() - Static method in class org.geolatte.geom.crs.CoordinateSystemAxis
-
- mkZAxis() - Static method in class org.geolatte.geom.crs.CoordinateSystemAxis
-
- MortonCode<P extends C2D> - Class in org.geolatte.geom.curve
-
Calculates the Morton code (Morton-order or Z-order) of Geometries
- MortonCode(MortonContext<P>) - Constructor for class org.geolatte.geom.curve.MortonCode
-
Constructs an instance with the given
Mortoncontext
- MortonContext<P extends C2D> - Class in org.geolatte.geom.curve
-
A context for the calculation of Morton codes.
- MortonContext(Envelope<P>, int) - Constructor for class org.geolatte.geom.curve.MortonContext
-
Constructs a MortonContext
with the specified extent and max.
- move(double, double) - Method in class org.geolatte.geom.Circle
-
Moves the circle to a new center
- MultiLineSdoDecoder - Class in org.geolatte.geom.codec.db.oracle
-
Created by Karel Maesen, Geovise BVBA on 19/03/15.
- MultiLineSdoDecoder() - Constructor for class org.geolatte.geom.codec.db.oracle.MultiLineSdoDecoder
-
- multilinestring(LineString<P>, LineString<P>...) - Static method in class org.geolatte.geom.builder.DSL
-
- multilinestring(DSL.LineStringToken<P>...) - Static method in class org.geolatte.geom.builder.DSL
-
- multilinestring(CoordinateReferenceSystem<P>, DSL.LineStringToken<P>...) - Static method in class org.geolatte.geom.builder.DSL
-
- MultiLineString<P extends Position> - Class in org.geolatte.geom
-
A GeometryCollection
of LineString
s.
- MultiLineString(LineString<P>...) - Constructor for class org.geolatte.geom.MultiLineString
-
Constructs a MultiLineString
from the specified LineString
s
- MultiLineString(CoordinateReferenceSystem<P>) - Constructor for class org.geolatte.geom.MultiLineString
-
- multipoint(Point<P>, Point<P>...) - Static method in class org.geolatte.geom.builder.DSL
-
- multipoint(DSL.PointToken<P>...) - Static method in class org.geolatte.geom.builder.DSL
-
- multipoint(CoordinateReferenceSystem<P>, DSL.PointToken<P>...) - Static method in class org.geolatte.geom.builder.DSL
-
- MultiPoint<P extends Position> - Class in org.geolatte.geom
-
A GeometryCollection
of Point
s.
- MultiPoint(Point<P>...) - Constructor for class org.geolatte.geom.MultiPoint
-
Constructs a MultiPoint
from the specified Point
s
- MultiPoint(CoordinateReferenceSystem<P>) - Constructor for class org.geolatte.geom.MultiPoint
-
- MultiPointSdoDecoder - Class in org.geolatte.geom.codec.db.oracle
-
Created by Karel Maesen, Geovise BVBA on 19/03/15.
- MultiPointSdoDecoder() - Constructor for class org.geolatte.geom.codec.db.oracle.MultiPointSdoDecoder
-
- multipolygon(Polygon<P>, Polygon<P>...) - Static method in class org.geolatte.geom.builder.DSL
-
- multipolygon(DSL.PolygonToken<P>...) - Static method in class org.geolatte.geom.builder.DSL
-
- multipolygon(CoordinateReferenceSystem<P>, DSL.PolygonToken<P>...) - Static method in class org.geolatte.geom.builder.DSL
-
- MultiPolygon<P extends Position> - Class in org.geolatte.geom
-
A GeometryCollection
of Polygon
s.
- MultiPolygon(Polygon<P>...) - Constructor for class org.geolatte.geom.MultiPolygon
-
Constructs a MultiPolygon
from the specified array of Polygon
s.
- MultiPolygon(CoordinateReferenceSystem<P>) - Constructor for class org.geolatte.geom.MultiPolygon
-
- MultiPolygonSdoDecoder - Class in org.geolatte.geom.codec.db.oracle
-
Created by Karel Maesen, Geovise BVBA on 19/03/15.
- MultiPolygonSdoDecoder() - Constructor for class org.geolatte.geom.codec.db.oracle.MultiPolygonSdoDecoder
-
- parse(String) - Static method in class org.geolatte.geom.crs.CrsId
-
Creates an instance from a
String
of the form "[
:].
- perp(P) - Static method in class org.geolatte.geom.Vector
-
Hill's "perp" operator.
- perpDot(P, P) - Static method in class org.geolatte.geom.Vector
-
Applies the perp dot-operation on the specified
Position
s
- point(CoordinateReferenceSystem<P>, P) - Static method in class org.geolatte.geom.builder.DSL
-
Creates a Point
- point(P) - Static method in class org.geolatte.geom.builder.DSL
-
Creates a PointToken
- Point<P extends Position> - Class in org.geolatte.geom
-
A 0-dimensional Geometry
.
- Point(CoordinateReferenceSystem<P>) - Constructor for class org.geolatte.geom.Point
-
- Point(PositionSequence<P>, CoordinateReferenceSystem<P>) - Constructor for class org.geolatte.geom.Point
-
- Point(P, CoordinateReferenceSystem<P>) - Constructor for class org.geolatte.geom.Point
-
- Point(Point<P>) - Constructor for class org.geolatte.geom.Point
-
- PointSdoDecoder - Class in org.geolatte.geom.codec.db.oracle
-
Created by Karel Maesen, Geovise BVBA on 18/02/15.
- PointSdoDecoder() - Constructor for class org.geolatte.geom.codec.db.oracle.PointSdoDecoder
-
- polygon(LinearRing<P>, LinearRing<P>...) - Static method in class org.geolatte.geom.builder.DSL
-
Creates a Polygon
from the specified outer ring (or hull) and inner rings (if any)
- polygon(CoordinateReferenceSystem<P>, DSL.LinearRingToken<P>...) - Static method in class org.geolatte.geom.builder.DSL
-
Creates a Polygon
from the specified ring tokens and CoordinateReferenceSystem
- polygon(DSL.LinearRingToken<P>...) - Static method in class org.geolatte.geom.builder.DSL
-
- Polygon<P extends Position> - Class in org.geolatte.geom
-
A planar surface defined by 1 exterior boundary and 0 or more interior boundaries.
- Polygon(CoordinateReferenceSystem<P>) - Constructor for class org.geolatte.geom.Polygon
-
- Polygon(PositionSequence<P>, CoordinateReferenceSystem<P>) - Constructor for class org.geolatte.geom.Polygon
-
Creates a Polygon
with no holes, and having the specified PositionSequence
as exterior boundary
- Polygon(LinearRing<P>...) - Constructor for class org.geolatte.geom.Polygon
-
Creates a Polygon
with the specified array of exterior and interior boundaries.
- Polygonal<P extends Position> - Interface in org.geolatte.geom
-
Marker interface for Polygonal Geometry
s.
- PolygonSdoDecoder - Class in org.geolatte.geom.codec.db.oracle
-
Created by Karel Maesen, Geovise BVBA on 19/03/15.
- PolygonSdoDecoder() - Constructor for class org.geolatte.geom.codec.db.oracle.PolygonSdoDecoder
-
- Position - Class in org.geolatte.geom
-
Represents a position in a coordinate system.
- Position(double...) - Constructor for class org.geolatte.geom.Position
-
Constructs an instance with the specified coordinates
- PositionEquality - Interface in org.geolatte.geom
-
A Test for Position
equality.
- PositionFactory<P extends Position> - Interface in org.geolatte.geom
-
Created by Karel Maesen, Geovise BVBA on 28/11/14.
- Positions - Class in org.geolatte.geom
-
Factories for creating Positions.
- Positions() - Constructor for class org.geolatte.geom.Positions
-
- Positions.CanMakeG2D - Class in org.geolatte.geom
-
- Positions.CanMakeG2DM - Class in org.geolatte.geom
-
- Positions.CanMakeG3D - Class in org.geolatte.geom
-
- Positions.CanMakeG3DM - Class in org.geolatte.geom
-
- Positions.CanMakeP2D - Class in org.geolatte.geom
-
- Positions.CanMakeP2DM - Class in org.geolatte.geom
-
- Positions.CanMakeP3D - Class in org.geolatte.geom
-
- Positions.CanMakeP3DM - Class in org.geolatte.geom
-
- PositionSequence<P extends Position> - Interface in org.geolatte.geom
-
A PositionSequence
is an ordered sequence of Position
s.
- PositionSequenceBuilder<P extends Position> - Interface in org.geolatte.geom
-
A builder for PositionSequence
s.
- PositionSequenceBuilders - Class in org.geolatte.geom
-
A factory for PositionSequenceBuilder
s.
- PositionSequenceBuilders() - Constructor for class org.geolatte.geom.PositionSequenceBuilders
-
- PositionSequenceEquality - Interface in org.geolatte.geom
-
A test for PositionSequence
equality.
- PositionSequencePositionEquality - Class in org.geolatte.geom
-
A
PositionSequenceEquality
implementation that considers two
PositionSequence
s
equal if and only if both contain the same positions in the same order.
- PositionSequencePositionEquality(PositionEquality) - Constructor for class org.geolatte.geom.PositionSequencePositionEquality
-
- PositionSequencePositionEquality() - Constructor for class org.geolatte.geom.PositionSequencePositionEquality
-
- positionToSegment2D(P, P, P) - Static method in class org.geolatte.geom.Vector
-
Returns the squared distance and projectionfactor of the position y
on the linesegment defined by positions p0 and p1
- PositionVisitor<P extends Position> - Interface in org.geolatte.geom
-
A visitor for Position
s.
- PrimeMeridian - Class in org.geolatte.geom.crs
-
A prime meridian.
- PrimeMeridian(CrsId, String, double) - Constructor for class org.geolatte.geom.crs.PrimeMeridian
-
Constructs an instance
- PROJECTED_2D_METER - Static variable in class org.geolatte.geom.crs.CoordinateReferenceSystems
-
A generic projected 2D CoordinateReferenceSystem
with meter coordinates
- PROJECTED_2DM_METER - Static variable in class org.geolatte.geom.crs.CoordinateReferenceSystems
-
A generic projected 2DM CoordinateReferenceSystem
with meter coordinates
- PROJECTED_3D_METER - Static variable in class org.geolatte.geom.crs.CoordinateReferenceSystems
-
A generic projected 3D CoordinateReferenceSystem
with meter coordinates
- PROJECTED_3DM_METER - Static variable in class org.geolatte.geom.crs.CoordinateReferenceSystems
-
A generic projected 3DM CoordinateReferenceSystem
with meter coordinates
- ProjectedCoordinateReferenceSystem - Class in org.geolatte.geom.crs
-
A projected CoordinateReferenceSystem
.
- ProjectedCoordinateReferenceSystem(CrsId, String, Geographic2DCoordinateReferenceSystem, Projection, List<CrsParameter>, CartesianCoordinateSystem2D) - Constructor for class org.geolatte.geom.crs.ProjectedCoordinateReferenceSystem
-
Constructs a ProjectedCoordinateReferenceSystem
.
- ProjectedGeometryOperations - Interface in org.geolatte.geom
-
Defines standard operations on Geometry
s with projected coordinate systems.
- Projection - Class in org.geolatte.geom.crs
-
A projection from geographic coordinates to projected coordinates in a Cartesian plan.
- Projection(CrsId, String) - Constructor for class org.geolatte.geom.crs.Projection
-
- put(byte) - Method in class org.geolatte.geom.ByteBuffer
-
Writes the given byte into this buffer at the current position, and then increments the position.
- putDouble(Double) - Method in class org.geolatte.geom.ByteBuffer
-
Writes the specified double-value as 8 bytes to this instance at the current position, respecting the byte-order,
and then increments the position by eight.
- putFloat(float) - Method in class org.geolatte.geom.ByteBuffer
-
Writes the specified float-value as 4 bytes to this instance at the current position, respecting the byte-order,
and then increments the position by four.
- putInt(int) - Method in class org.geolatte.geom.ByteBuffer
-
Writes the specified int-value as 4 bytes to this instance at the current position, respecting the byte-order,
and then increments the position by four.
- putLong(long) - Method in class org.geolatte.geom.ByteBuffer
-
Writes the specified long value as 8 bytes to this instance at the current position, respecting the byte-order,
and then increments the position by eight.
- putUInt(long) - Method in class org.geolatte.geom.ByteBuffer
-
Interprets the specified long-value as and unsigned integer, and appends it as 4 bytes
to this instance at the current position, respecting the byte-order.
- V - Class in org.geolatte.geom
-
Created by Karel Maesen, Geovise BVBA on 29/11/14.
- V() - Constructor for class org.geolatte.geom.V
-
Constructs an empty instance
- V(double) - Constructor for class org.geolatte.geom.V
-
Constructs an instance with the specified vertical value
- V(double...) - Constructor for class org.geolatte.geom.V
-
Constructs an instance from the specified coordinate.
- valueOf(String) - Static method in enum org.geolatte.geom.ByteOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum org.geolatte.geom.ByteOrder
-
Returns the ByteOrder corresponding to the specified orderByte.
- valueOf(ByteOrder) - Static method in enum org.geolatte.geom.ByteOrder
-
Returns the
ByteOrder corresponding to the specified ByteOrder
.
- valueOf(String) - Static method in enum org.geolatte.geom.codec.db.sqlserver.OpenGisType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.geolatte.geom.codec.Wkb.Dialect
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.geolatte.geom.codec.Wkt.Dialect
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.geolatte.geom.crs.CoordinateSystemAxisDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String, int) - Static method in class org.geolatte.geom.crs.CrsId
-
Returns an instance having the specified authority and code.
- valueOf(int) - Static method in class org.geolatte.geom.crs.CrsId
-
Returns a CrsId
with the specified code and the
EPSG as authority.
- valueOf(String) - Static method in enum org.geolatte.geom.GeometryType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.geolatte.geom.ByteOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.geolatte.geom.codec.db.sqlserver.OpenGisType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.geolatte.geom.codec.Wkb.Dialect
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.geolatte.geom.codec.Wkt.Dialect
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.geolatte.geom.crs.CoordinateSystemAxisDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.geolatte.geom.GeometryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variableSized(Class<P>) - Static method in class org.geolatte.geom.PositionSequenceBuilders
-
Creates a PositionSequenceBuilder
of variable size.
- Vector - Class in org.geolatte.geom
-
A set of utility functions for basic
2D vector functions.
- Vector() - Constructor for class org.geolatte.geom.Vector
-
- VerticalCoordinateReferenceSystem - Class in org.geolatte.geom.crs
-
Created by Karel Maesen, Geovise BVBA on 29/11/14.
- VerticalCoordinateReferenceSystem(CrsId, String, VerticalDatum, VerticalStraightLineAxis) - Constructor for class org.geolatte.geom.crs.VerticalCoordinateReferenceSystem
-
Constructs an instance.
- VerticalDatum - Class in org.geolatte.geom.crs
-
Created by Karel Maesen, Geovise BVBA on 29/11/14.
- VerticalDatum(CrsId, String, int) - Constructor for class org.geolatte.geom.crs.VerticalDatum
-
Constructs an instance.
- VerticalStraightLineAxis - Class in org.geolatte.geom.crs
-
Created by Karel Maesen, Geovise BVBA on 29/11/14.
- VerticalStraightLineAxis(String, LinearUnit) - Constructor for class org.geolatte.geom.crs.VerticalStraightLineAxis
-
Creates an instance.
- VerticalStraightLineAxis(String, CoordinateSystemAxisDirection, LinearUnit) - Constructor for class org.geolatte.geom.crs.VerticalStraightLineAxis
-
- visit(Point<P>) - Method in interface org.geolatte.geom.GeometryVisitor
-
Visits a Point
- visit(LineString<P>) - Method in interface org.geolatte.geom.GeometryVisitor
-
Visits a LineString
.
- visit(Polygon<P>) - Method in interface org.geolatte.geom.GeometryVisitor
-
Visits a Polygon
.
- visit(GeometryCollection<P, G>) - Method in interface org.geolatte.geom.GeometryVisitor
-
Visits a GeometryCollection
.
- visit(double[]) - Method in interface org.geolatte.geom.LLAPositionVisitor
-
The visit method that is executed for each coordinate.
- visit(Point<P>) - Method in class org.geolatte.geom.MeasureInterpolatingVisitor
-
- visit(LineString<P>) - Method in class org.geolatte.geom.MeasureInterpolatingVisitor
-
- visit(Polygon) - Method in class org.geolatte.geom.MeasureInterpolatingVisitor
-
- visit(GeometryCollection) - Method in class org.geolatte.geom.MeasureInterpolatingVisitor
-
- visit(P) - Method in interface org.geolatte.geom.PositionVisitor
-
The visit method to be executed for each Position