| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
DelegatingRecordStore.getGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatingRecordStore.setGeometryFactory(GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
RecordStoreSchema.getGeometryFactory() |
GeometryFactory |
RecordStore.getGeometryFactory() |
GeometryFactory |
RecordDefinitionImpl.getGeometryFactory() |
GeometryFactory |
RecordDefinition.getGeometryFactory() |
GeometryFactory |
AbstractRecordStore.getGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordDefinitionImpl.setGeometryFactory(GeometryFactory geometryFactory) |
void |
RecordDefinition.setGeometryFactory(GeometryFactory geometryFactory) |
void |
AbstractRecordStore.setGeometryFactory(GeometryFactory geometryFactory) |
| Constructor and Description |
|---|
PointQuadTree(GeometryFactory geometryFactory) |
RecordQuadTree(GeometryFactory geometryFactory) |
RecordQuadTree(GeometryFactory geometryFactory,
Collection<? extends Record> objects) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
QuadTree.getGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
QuadTree.setGeometryFactory(GeometryFactory geometryFactory) |
| Constructor and Description |
|---|
QuadTree(GeometryFactory geometryFactory) |
| Constructor and Description |
|---|
LineMatchGraph(GeometryFactory geometryFactory,
LineString line) |
LineMatchGraph(GeometryFactory geometryFactory,
T object,
LineString line) |
LineSegmentMatch(GeometryFactory geometryFactory,
Point start,
Point end) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
ProjectedCoordinateSystem.getGeometryFactory() |
GeometryFactory |
GeographicCoordinateSystem.getGeometryFactory() |
GeometryFactory |
CoordinateSystem.getGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
static GeometryFactory |
EsriCoordinateSystems.getGeometryFactory(org.springframework.core.io.Resource resource)
Create a geometry factory from a .prj with the same base name as the resource if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EsriCoordinateSystems.createPrjFile(org.springframework.core.io.Resource resource,
GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
GeometryProjection.getGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeometryProjection.setGeometryFactory(GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
static Point |
ProjectionFactory.convert(Point point,
GeometryFactory sourceGeometryFactory,
GeometryFactory targetGeometryFactory) |
static CoordinatesOperation |
ProjectionFactory.getCoordinatesOperation(GeometryFactory sourceGeometryFactory,
GeometryFactory targetGeometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
static SpatialReference |
CapiFileGdbRecordStore.getSpatialReference(GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
Graph.getGeometryFactory() |
GeometryFactory |
Graph.getPrecisionModel() |
| Modifier and Type | Method and Description |
|---|---|
Edge<T> |
Graph.createEdge(GeometryFactory geometryFactory,
T object,
LineString points) |
void |
Graph.setGeometryFactory(GeometryFactory geometryFactory) |
void |
Graph.setPrecisionModel(GeometryFactory precisionModel) |
| Constructor and Description |
|---|
GeometryGraph(GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
LineStringGraph.setGeometryFactory(GeometryFactory geometryFactory) |
| Constructor and Description |
|---|
LineStringGraph(GeometryFactory geometryFactory,
LineString line) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
GraphProcessor.getPrecisionModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphProcessor.setPrecisionModel(GeometryFactory precisionModel) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
UtmRectangularMapGrid.getGeometryFactory() |
GeometryFactory |
RectangularMapGrid.getGeometryFactory() |
GeometryFactory |
Nts1000000RectangularMapGrid.getGeometryFactory() |
GeometryFactory |
CustomRectangularMapGrid.getGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
Polygon |
SimpleRectangularMapTile.getPolygon(GeometryFactory factory,
int numPoints) |
Polygon |
RectangularMapTile.getPolygon(GeometryFactory factory,
int numPoints) |
Polygon |
SimpleRectangularMapTile.getPolygon(GeometryFactory factory,
int numXPoints,
int numYPoints) |
Polygon |
RectangularMapTile.getPolygon(GeometryFactory factory,
int numXPoints,
int numYPoints) |
Polygon |
RectangularMapGrid.getPolygon(String mapTileName,
GeometryFactory geometryFactory) |
Polygon |
AbstractRectangularMapGrid.getPolygon(String mapTileName,
GeometryFactory geometryFactory) |
Polygon |
RectangularMapGrid.getPolygon(String mapTileName,
GeometryFactory geometryFactory,
int numX,
int numY) |
Polygon |
AbstractRectangularMapGrid.getPolygon(String mapTileName,
GeometryFactory geometryFactory,
int numX,
int numY) |
void |
CustomRectangularMapGrid.setGeometryFactory(GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LineStringUtil.addLineString(GeometryFactory geometryFactory,
LineString points,
Point startPoint,
int startIndex,
int endIndex,
Point endPoint,
List<LineString> lines) |
static Point |
LineStringUtil.getClosestCoordinateOnLineString(GeometryFactory precisionModel,
LineString line,
Point point,
double tolerance) |
static List<LineString> |
LineStringUtil.split(GeometryFactory geometryFactory,
LineString line,
LineSegmentIndex index,
double tolerance) |
| Constructor and Description |
|---|
LineStringCoordinatesListIterator(GeometryFactory factory,
LineString points) |
| Modifier and Type | Method and Description |
|---|---|
static Point |
LineSegmentUtil.getElevation(GeometryFactory geometryFactory,
Point lineStart,
Point lineEnd,
Point point) |
static LineString |
LineSegmentUtil.getIntersection(GeometryFactory geometryFactory,
Point line1Start,
Point line1End,
Point line2Start,
Point line2End)
Get the intersection between line (segment) 1 and line (segment) 2.
|
static boolean |
LineSegmentUtil.isPointOnLine(GeometryFactory precisionModel,
Point lineStart,
Point lineEnd,
Point point)
Check to see if the point is on the line between lineStart and lineEnd
using the precision model to see if a line split at the projection of the
point on the line would be the same point.
|
static boolean |
LineSegmentUtil.isPointOnLineMiddle(GeometryFactory precisionModel,
Point lineStart,
Point lineEnd,
Point point) |
static Point |
LineSegmentUtil.midPoint(GeometryFactory precisionModel,
Point lineStart,
Point lineEnd) |
static Point |
LineSegmentUtil.pointAlong(GeometryFactory precisionModel,
Point lineStart,
Point lineEnd,
Point point) |
static Point |
LineSegmentUtil.project(GeometryFactory precisionModel,
Point lineStart,
Point lineEnd,
double r) |
static Point |
LineSegmentUtil.project(GeometryFactory precisionModel,
Point lineStart,
Point lineEnd,
Point point) |
| Modifier and Type | Method and Description |
|---|---|
static BoundingBox |
CoordinatesListUtil.getBoundingBox(GeometryFactory geometryFactory,
LineString points) |
static List<LineString> |
CoordinatesListUtil.intersection(GeometryFactory geometryFactory,
LineString points1,
LineString points2,
double maxDistance) |
static void |
CoordinatesListUtil.setCoordinates(GeometryFactory geometryFactory,
double[] coordinates,
int axisCount,
int vertexIndex,
Point point) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
ArcSdeSpatialReference.getGeometryFactory() |
GeometryFactory |
ArcSdeBinaryGeometryFieldDefinition.getGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Geometry |
PackedCoordinateUtil.getGeometry(byte[] data,
GeometryFactory geometryFactory,
int entity,
int numPoints,
Double xOffset,
Double yOffset,
Double xyScale,
Double zOffset,
Double zScale,
Double mOffset,
Double mScale) |
static Geometry |
PackedCoordinateUtil.getGeometry(InputStream pointsIn,
GeometryFactory geometryFactory,
int geometryType,
int numPoints,
Double xOffset,
Double yOffset,
Double xyScale,
Double zOffset,
Double zScale,
Double mOffset,
Double mScale) |
| Constructor and Description |
|---|
ArcSdeBinaryGeometryFieldDefinition(ArcSdeBinaryGeometryRecordStoreUtil sdeUtil,
String dbName,
String name,
DataType type,
boolean required,
String description,
Map<String,Object> properties,
GeometryFactory geometryFactory) |
ArcSdeSpatialReference(GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
OracleRecordStore.getGeometryFactory(int oracleSrid,
int axisCount,
double... scales) |
| Constructor and Description |
|---|
OracleSdoGeometryJdbcFieldDefinition(String dbName,
String name,
DataType type,
int sqlType,
boolean required,
String description,
Map<String,Object> properties,
GeometryFactory geometryFactory,
int axisCount,
int oracleSrid) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
SplitGeometryProcess.getGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
SplitGeometryProcess.setGeometryFactory(GeometryFactory geometryFactory) |
| Constructor and Description |
|---|
PostgreSQLGeometryJdbcFieldDefinition(String dbName,
String name,
DataType type,
boolean required,
String description,
Map<String,Object> properties,
int srid,
int axisCount,
GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
Polygon |
Triangle.getPolygon(GeometryFactory geometryFactory) |
LineSegment |
Triangle.intersection(GeometryFactory geometryFactory,
LineSegment line) |
static TriangulatedIrregularNetwork |
TinReader.read(GeometryFactory geometryFactory,
org.springframework.core.io.Resource resource) |
void |
TriangulatedIrregularNetwork.setGeometryFactory(GeometryFactory geometryFactory) |
| Constructor and Description |
|---|
TinReader(GeometryFactory geometryFactory,
org.springframework.core.io.Resource resource) |
TriangulatedIrregularNetwork(GeometryFactory geometryFactory) |
TriangulatedIrregularNetwork(GeometryFactory geometryFactory,
BoundingBox boundingBox) |
TriangulatedIrregularNetwork(GeometryFactory geometryFactory,
BoundingBox boundingBox,
boolean loadMode) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
RecordReaderHttpMessageConverter.getGeometryFactory() |
GeometryFactory |
RecordHttpMessageConverter.getGeometryFactory() |
GeometryFactory |
GeometryReaderHttpMessageConverter.getGeometryFactory() |
GeometryFactory |
GeometryHttpMessageConverter.getGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordReaderHttpMessageConverter.setGeometryFactory(GeometryFactory geometryFactory) |
void |
RecordHttpMessageConverter.setGeometryFactory(GeometryFactory geometryFactory) |
void |
GeometryReaderHttpMessageConverter.setGeometryFactory(GeometryFactory geometryFactory) |
void |
GeometryHttpMessageConverter.setGeometryFactory(GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
EsriGeodatabaseXmlRecordWriter.writeExtent(GeometryFactory geometryFactory) |
void |
EsriGeodatabaseXmlRecordWriter.writeSpatialReference(GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
SpatialReference.getGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SpatialReference |
SpatialReference.get(GeometryFactory geometryFactory,
String wkt) |
| Constructor and Description |
|---|
GeographicCoordinateSystem(GeometryFactory geometryFactory,
String wkt) |
ProjectedCoordinateSystem(GeometryFactory geometryFactory,
String wkt) |
SpatialReference(GeometryFactory geometryFactory,
String wkt) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
AbstractMapWrapper.getSpatialReference() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
GeoJsonRecordWriter.writeSrid(GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GmlRecordWriter.srsName(XmlWriter out,
GeometryFactory geometryFactory) |
| Modifier and Type | Field and Description |
|---|---|
static GeometryFactory |
GpxConstants.GEOMETRY_FACTORY |
| Modifier and Type | Field and Description |
|---|---|
static GeometryFactory |
OsmConstants.WGS84_2D |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
OsnConverterRegistry.getGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
OsnConverterRegistry.init(GeometryFactory geometryFactory) |
| Constructor and Description |
|---|
AlignedPointConverter(GeometryFactory geometryFactory) |
ArcConverter(GeometryFactory geometryFactory) |
ArcConverter(GeometryFactory geometryFactory,
String geometryType) |
ArcDirectedConverter(GeometryFactory geometryFactory) |
ContourConverter(GeometryFactory geometryFactory,
OsnConverterRegistry converters) |
OrientedArcConverter(GeometryFactory geometryFactory,
OsnConverterRegistry converters) |
PointConverter(GeometryFactory geometryFactory) |
PointConverter(GeometryFactory geometryFactory,
String geometryClass) |
TextLineConverter(GeometryFactory geometryFactory,
OsnConverterRegistry converters) |
TextOnCurveConverter(GeometryFactory geometryFactory,
OsnConverterRegistry converters) |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
ShapefileGeometryUtil.createPolygonGeometryFromParts(GeometryFactory geometryFactory,
List<double[]> parts,
int axisCount) |
int |
ShapefileGeometryUtil.getShapeType(GeometryFactory geometryFactory,
DataType dataType) |
static Method |
ShapefileGeometryUtil.getWriteMethod(GeometryFactory geometryFactory,
DataType dataType) |
<V extends Geometry> |
ShapefileGeometryUtil.read(Method method,
GeometryFactory geometryFactory,
EndianInput in,
int recordLength) |
MultiPoint |
ShapefileGeometryUtil.readMultipoint(GeometryFactory geometryFactory,
EndianInput in,
int recordLength) |
MultiPoint |
ShapefileGeometryUtil.readMultipointM(GeometryFactory geometryFactory,
EndianInput in,
int recordLength) |
MultiPoint |
ShapefileGeometryUtil.readMultipointZ(GeometryFactory geometryFactory,
EndianInput in,
int recordLength) |
MultiPoint |
ShapefileGeometryUtil.readMultipointZM(GeometryFactory geometryFactory,
EndianInput in,
int recordLength) |
Point |
ShapefileGeometryUtil.readPoint(GeometryFactory geometryFactory,
EndianInput in,
int recordLength) |
Point |
ShapefileGeometryUtil.readPointM(GeometryFactory geometryFactory,
EndianInput in,
int recordLength) |
Point |
ShapefileGeometryUtil.readPointZ(GeometryFactory geometryFactory,
EndianInput in,
int recordLength) |
Point |
ShapefileGeometryUtil.readPointZM(GeometryFactory geometryFactory,
EndianInput in,
int recordLength) |
Geometry |
ShapefileGeometryUtil.readPolygon(GeometryFactory geometryFactory,
EndianInput in,
int recordLength) |
Geometry |
ShapefileGeometryUtil.readPolygonM(GeometryFactory geometryFactory,
EndianInput in,
int recordLength) |
Geometry |
ShapefileGeometryUtil.readPolygonZ(GeometryFactory geometryFactory,
EndianInput in,
int recordLength) |
Geometry |
ShapefileGeometryUtil.readPolygonZM(GeometryFactory geometryFactory,
EndianInput in,
int recordLength) |
Geometry |
ShapefileGeometryUtil.readPolyline(GeometryFactory geometryFactory,
EndianInput in,
int recordLength) |
Geometry |
ShapefileGeometryUtil.readPolylineM(GeometryFactory geometryFactory,
EndianInput in,
int recordLength) |
Geometry |
ShapefileGeometryUtil.readPolylineZ(GeometryFactory geometryFactory,
EndianInput in,
int recordLength) |
Geometry |
ShapefileGeometryUtil.readPolylineZM(GeometryFactory geometryFactory,
EndianInput in,
int recordLength) |
| Modifier and Type | Field and Description |
|---|---|
static GeometryFactory |
TcxConstants.GEOMETRY_FACTORY |
| Constructor and Description |
|---|
WktParser(GeometryFactory geometryFactory) |
| Constructor and Description |
|---|
ConvexHull(Point[] pts,
GeometryFactory geomFactory)
Create a new convex hull construction for the input
Coordinates array. |
PointInArea(GeometryFactory geometryFactory,
double x,
double y) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
IndexedPointInAreaLocator.getGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
GeometryFactory.convertAxisCount(int axisCount) |
GeometryFactory |
GeometryFactory.convertScales(double... scales) |
GeometryFactory |
GeometryFactory.convertSrid(int srid) |
static GeometryFactory |
GeometryFactory.create(Map<String,Object> properties) |
static GeometryFactory |
GeometryFactory.fixed(CoordinateSystem coordinateSystem,
int axisCount,
double... scales) |
static GeometryFactory |
GeometryFactory.fixed(int srid,
double... scales)
Get a GeometryFactory with the coordinate system, 2D axis (x & y) and a
fixed x, y precision model.
|
static GeometryFactory |
GeometryFactory.fixed(int srid,
int axisCount,
double... scales)
Get a GeometryFactory with the coordinate system, number of axis and a
fixed x, y & fixed z precision models.
|
static GeometryFactory |
GeometryFactory.fixedNoSrid(double... scales)
Get a GeometryFactory with no coordinate system, 3D axis (x, y & z) and
a fixed x, y & floating z precision models.
|
static GeometryFactory |
GeometryFactory.floating(CoordinateSystem coordinateSystem,
int axisCount)
get a geometry factory with a floating scale.
|
static GeometryFactory |
GeometryFactory.floating(int srid,
int axisCount)
Get a GeometryFactory with the coordinate system, number of axis and a
floating precision model.
|
static GeometryFactory |
GeometryFactory.floating3()
Get a GeometryFactory with no coordinate system, 3D axis (x, y & z) and
a floating precision model.
|
static GeometryFactory |
GeometryFactory.floating3(CoordinateSystem coordinateSystem)
get a 3d geometry factory with a floating scale.
|
static GeometryFactory |
GeometryFactory.floating3(int srid)
Get a GeometryFactory with the coordinate system, 3D axis (x, y & z)
and a floating precision models.
|
static GeometryFactory |
GeometryFactory.get(Object factory) |
static GeometryFactory |
GeometryFactory.getFactory(String wkt)
Get a GeometryFactory with the coordinate system, 3D axis (x, y & z)
and a floating precision models.
|
GeometryFactory |
GeometryFactory.getGeographicGeometryFactory() |
GeometryFactory |
Geometry.getGeometryFactory()
Gets the geometryFactory which contains the context in which this geometry was created.
|
GeometryFactory |
BoundingBox.getGeometryFactory() |
static GeometryFactory |
GeometryFactory.wgs84() |
static GeometryFactory |
GeometryFactory.worldMercator() |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
BoundingBox.convert(GeometryFactory geometryFactory) |
<V extends Geometry> |
Geometry.convert(GeometryFactory geometryFactory)
Convert the geometry to the requried geometry factory.
|
BoundingBox |
BoundingBox.convert(GeometryFactory geometryFactory,
int axisCount) |
<V extends Geometry> |
Geometry.convert(GeometryFactory geometryFactory,
int axisCount) |
<V extends Geometry> |
Geometry.copy(GeometryFactory geometryFactory)
Create a copy of the geometry io the requried geometry factory.
|
void |
Point.copyCoordinates(GeometryFactory geometryFactory,
double[] coordinates) |
CoordinatesOperation |
GeometryFactory.getCoordinatesOperation(GeometryFactory geometryFactory)
Get the
CoordinatesOperation to convert between this factory's and the other factory's
CoordinateSystem. |
boolean |
GeometryFactory.isSameCoordinateSystem(GeometryFactory geometryFactory) |
Geometry |
OctagonalEnvelope.toGeometry(GeometryFactory geometryFactory) |
Polygon |
BoundingBox.toPolygon(GeometryFactory geometryFactory) |
Polygon |
BoundingBox.toPolygon(GeometryFactory factory,
int numPoints) |
Polygon |
BoundingBox.toPolygon(GeometryFactory geometryFactory,
int numX,
int numY) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
PolygonImpl.getGeometryFactory() |
GeometryFactory |
PointDoubleGf.getGeometryFactory() |
GeometryFactory |
PointDouble2D.getGeometryFactory() |
GeometryFactory |
MultiPolygonImpl.getGeometryFactory() |
GeometryFactory |
MultiPointImpl.getGeometryFactory() |
GeometryFactory |
MultiLineStringImpl.getGeometryFactory() |
GeometryFactory |
LineStringDoubleGf.getGeometryFactory() |
GeometryFactory |
LineStringDouble.getGeometryFactory() |
GeometryFactory |
GeometryCollectionImpl.getGeometryFactory() |
GeometryFactory |
BoundingBoxDoubleGf.getGeometryFactory() |
GeometryFactory |
AbstractPolygon.getGeometryFactory() |
GeometryFactory |
AbstractPoint.getGeometryFactory() |
GeometryFactory |
AbstractGeometry.getGeometryFactory() |
protected GeometryFactory |
AbstractGeometry.getNonZeroGeometryFactory(GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
BoundingBoxDoubleGf.convert(GeometryFactory geometryFactory) |
<V extends Geometry> |
AbstractGeometry.convert(GeometryFactory geometryFactory) |
BoundingBox |
BoundingBoxDoubleGf.convert(GeometryFactory geometryFactory,
int axisCount) |
<V extends Geometry> |
AbstractGeometry.convert(GeometryFactory geometryFactory,
int axisCount) |
protected double[] |
LineStringDoubleGf.convertCoordinates(GeometryFactory geometryFactory) |
protected double[] |
AbstractLineString.convertCoordinates(GeometryFactory geometryFactory) |
<V extends Geometry> |
LinearRingDoubleGf.copy(GeometryFactory geometryFactory) |
<V extends Geometry> |
AbstractPolygon.copy(GeometryFactory geometryFactory) |
<V extends Geometry> |
AbstractPoint.copy(GeometryFactory geometryFactory) |
<V extends Geometry> |
AbstractMultiPolygon.copy(GeometryFactory geometryFactory) |
<V extends Geometry> |
AbstractMultiPoint.copy(GeometryFactory geometryFactory) |
<V extends Geometry> |
AbstractMultiLineString.copy(GeometryFactory geometryFactory) |
<V extends Geometry> |
AbstractLineString.copy(GeometryFactory geometryFactory) |
<V extends Geometry> |
AbstractGeometryCollection.copy(GeometryFactory geometryFactory) |
void |
AbstractPoint.copyCoordinates(GeometryFactory geometryFactory,
double[] coordinates)
Copy the coordinates in this point to the coordinates array parameter and convert them to the geometry factory.
|
static double[] |
LineStringDoubleGf.getNewCoordinates(GeometryFactory geometryFactory,
int axisCount,
int vertexCount,
double... coordinates) |
protected GeometryFactory |
AbstractGeometry.getNonZeroGeometryFactory(GeometryFactory geometryFactory) |
Polygon |
BoundingBoxDoubleGf.toPolygon(GeometryFactory factory) |
Polygon |
BoundingBoxDoubleGf.toPolygon(GeometryFactory factory,
int numSegments) |
Polygon |
BoundingBoxDoubleGf.toPolygon(GeometryFactory geometryFactory,
int numX,
int numY) |
| Constructor and Description |
|---|
BoundingBoxDoubleGf(GeometryFactory geometryFactory)
Construct a new Bounding Box.
|
BoundingBoxDoubleGf(GeometryFactory geometryFactory,
int axisCount,
double... bounds) |
BoundingBoxDoubleGf(GeometryFactory geometryFactory,
Iterable<? extends Point> points) |
BoundingBoxDoubleGf(GeometryFactory geometryFactory,
LineString points) |
BoundingBoxDoubleGf(GeometryFactory geometryFactory,
Point... points) |
GeometryCollectionImpl(GeometryFactory geometryFactory) |
GeometryCollectionImpl(GeometryFactory geometryFactory,
Geometry[] geometries) |
LinearRingDoubleGf(GeometryFactory factory) |
LinearRingDoubleGf(GeometryFactory factory,
int axisCount,
double... points)
Constructs a
LinearRing with the vertices
specifed by the given LineString. |
LinearRingDoubleGf(GeometryFactory geometryFactory,
int axisCount,
int vertexCount,
double... coordinates) |
LinearRingDoubleGf(GeometryFactory factory,
LineString points)
Constructs a
LinearRing with the vertices
specifed by the given LineString. |
LineStringDoubleGf(GeometryFactory geometryFactory) |
LineStringDoubleGf(GeometryFactory geometryFactory,
int axisCount,
double... points) |
LineStringDoubleGf(GeometryFactory geometryFactory,
int axisCount,
int vertexCount,
double... coordinates) |
LineStringDoubleGf(GeometryFactory geometryFactory,
LineString points) |
MultiLineStringImpl(GeometryFactory geometryFactory) |
MultiLineStringImpl(GeometryFactory geometryFactory,
LineString... lines) |
MultiPointImpl(GeometryFactory geometryFactory) |
MultiPointImpl(GeometryFactory geometryFactory,
Point... points) |
MultiPolygonImpl(GeometryFactory geometryFactory) |
MultiPolygonImpl(GeometryFactory geometryFactory,
Polygon... polygons) |
PointDouble(GeometryFactory geometryFactory,
double... coordinates) |
PointDoubleGf(GeometryFactory geometryFactory) |
PointDoubleGf(GeometryFactory geometryFactory,
double... coordinates) |
PolygonImpl(GeometryFactory geometryFactory) |
PolygonImpl(GeometryFactory factory,
LinearRing... rings)
Constructs a
Polygon with the given exterior boundary and
interior boundaries. |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
PreparedPoint.getGeometryFactory() |
GeometryFactory |
PreparedMultiPolygon.getGeometryFactory() |
GeometryFactory |
PreparedMultiPoint.getGeometryFactory() |
GeometryFactory |
PreparedMultiLineString.getGeometryFactory() |
GeometryFactory |
PreparedLineString.getGeometryFactory() |
GeometryFactory |
PreparedGeometryCollection.getGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
LineSegmentDoubleGF.getGeometryFactory() |
GeometryFactory |
LineSegment.getGeometryFactory() |
GeometryFactory |
AbstractSegment.getGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
<V extends Geometry> |
AbstractLineSegment.convert(GeometryFactory geometryFactory) |
protected LineSegment |
LineSegmentDoubleGF.createLineSegment(GeometryFactory geometryFactory,
int axisCount,
double... coordinates) |
protected LineSegment |
LineSegmentDouble.createLineSegment(GeometryFactory geometryFactory,
int axisCount,
double... coordinates) |
protected LineSegment |
AbstractLineSegment.createLineSegment(GeometryFactory geometryFactory,
int axisCount,
double... coordinates) |
protected Point |
LineSegmentDoubleGF.createPoint(GeometryFactory geometryFactory,
double... coordinates) |
protected Point |
LineSegmentDouble.createPoint(GeometryFactory geometryFactory,
double... coordinates) |
protected Point |
AbstractLineSegment.createPoint(GeometryFactory geometryFactory,
double... coordinates) |
| Constructor and Description |
|---|
LineSegmentDouble(GeometryFactory geometryFactory,
int axisCount,
double... coordinates) |
LineSegmentDouble(GeometryFactory geometryFactory,
LineString line) |
LineSegmentDouble(GeometryFactory geometryFactory,
Point point1,
Point point2) |
LineSegmentDoubleGF(GeometryFactory geometryFactory,
int axisCount,
double... coordinates) |
LineSegmentDoubleGF(GeometryFactory geometryFactory,
LineString line) |
LineSegmentDoubleGF(GeometryFactory geometryFactory,
Point point1,
Point point2) |
| Modifier and Type | Field and Description |
|---|---|
protected GeometryFactory |
GeometryTransformer.factory |
| Modifier and Type | Method and Description |
|---|---|
static GeometryFactory |
GeometryCombiner.extractFactory(Collection<? extends Geometry> geoms)
Extracts the GeometryFactory used by the geometries in a collection
|
| Constructor and Description |
|---|
SineStarFactory(GeometryFactory geomFact)
Creates a factory which will create sine stars using the given
GeometryFactory. |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
Vertex.getGeometryFactory() |
GeometryFactory |
AbstractVertex.getGeometryFactory() |
| Modifier and Type | Field and Description |
|---|---|
protected GeometryFactory |
EdgeRing.geometryFactory |
| Modifier and Type | Method and Description |
|---|---|
Polygon |
EdgeRing.toPolygon(GeometryFactory geometryFactory) |
| Constructor and Description |
|---|
EdgeRing(DirectedEdge start,
GeometryFactory geometryFactory) |
| Constructor and Description |
|---|
WKBReader(GeometryFactory geometryFactory) |
WKTReader(GeometryFactory geometryFactory)
Creates a reader that creates objects using the given
GeometryFactory. |
| Constructor and Description |
|---|
LinearGeometryBuilder(GeometryFactory geomFact) |
| Constructor and Description |
|---|
OffsetCurveBuilder(GeometryFactory precisionModel,
BufferParameters bufParams) |
OffsetCurveSetBuilder(Geometry inputGeom,
double distance,
GeometryFactory precisionModel,
BufferParameters parameters) |
| Constructor and Description |
|---|
EdgeString(GeometryFactory factory)
Constructs an EdgeString with the given factory used to convert this EdgeString
to a LineString
|
| Modifier and Type | Method and Description |
|---|---|
static Geometry |
OverlayOp.createEmptyResult(int overlayOpCode,
Geometry a,
Geometry b,
GeometryFactory geomFact)
Creates an empty result geometry of the appropriate dimension,
based on the given overlay operation and the dimensions of the inputs.
|
| Constructor and Description |
|---|
LineBuilder(OverlayOp op,
GeometryFactory geometryFactory,
PointLocator ptLocator) |
MaximalEdgeRing(DirectedEdge start,
GeometryFactory geometryFactory) |
MinimalEdgeRing(DirectedEdge start,
GeometryFactory geometryFactory) |
PointBuilder(OverlayOp op,
GeometryFactory geometryFactory,
PointLocator ptLocator) |
PolygonBuilder(GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
static Geometry |
UnaryUnionOp.union(Collection<? extends Geometry> geometries,
GeometryFactory geometryFactory)
Computes the geometric union of a
Collection
of Geometrys. |
| Modifier and Type | Field and Description |
|---|---|
protected GeometryFactory |
GeometricShapeBuilder.geometryFactory |
| Constructor and Description |
|---|
GeometricShapeBuilder(GeometryFactory geomFactory) |
| Constructor and Description |
|---|
KochSnowflakeBuilder(GeometryFactory geomFactory) |
SierpinskiCarpetBuilder(GeometryFactory geomFactory) |
| Constructor and Description |
|---|
RandomPointsBuilder(GeometryFactory geomFact)
Create a shape factory which will create shapes using the given
GeometryFactory. |
RandomPointsInGridBuilder(GeometryFactory geomFact)
Create a builder which will create shapes using the given
GeometryFactory. |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
VoronoiDiagramBuilder.getDiagram(GeometryFactory geomFact)
Gets the faces of the computed diagram as a
GeometryCollection
of Polygons, clipped as specified. |
Geometry |
DelaunayTriangulationBuilder.getEdges(GeometryFactory geomFact)
Gets the edges of the computed triangulation as a
MultiLineString. |
Geometry |
ConformingDelaunayTriangulationBuilder.getEdges(GeometryFactory geomFact)
Gets the edges of the computed triangulation as a
MultiLineString. |
Geometry |
DelaunayTriangulationBuilder.getTriangles(GeometryFactory geomFact)
Gets the faces of the computed triangulation as a
GeometryCollection
of Polygon. |
Geometry |
ConformingDelaunayTriangulationBuilder.getTriangles(GeometryFactory geomFact)
Gets the faces of the computed triangulation as a
GeometryCollection
of Polygon. |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
QuadEdgeSubdivision.getEdges(GeometryFactory geomFact)
Gets the geometry for the edges in the subdivision as a
MultiLineString
containing 2-point lines. |
Polygon |
QuadEdgeTriangle.getGeometry(GeometryFactory fact) |
Geometry |
QuadEdgeSubdivision.getTriangles(GeometryFactory geomFact)
Gets the geometry for the triangles in a triangulated subdivision as a
GeometryCollection
of triangular Polygons. |
Polygon |
QuadEdgeSubdivision.getVoronoiCellPolygon(QuadEdge qe,
GeometryFactory geomFact)
Gets the Voronoi cell around a site specified
by the origin of a QuadEdge.
|
List |
QuadEdgeSubdivision.getVoronoiCellPolygons(GeometryFactory geomFact)
Gets a List of
Polygons for the Voronoi cells
of this triangulation. |
Geometry |
QuadEdgeSubdivision.getVoronoiDiagram(GeometryFactory geomFact)
Gets the cells in the Voronoi diagram for this triangulation.
|
| Modifier and Type | Field and Description |
|---|---|
protected GeometryFactory |
GeometricShapeFactory.geomFact |
| Modifier and Type | Method and Description |
|---|---|
static double[] |
BoundingBoxUtil.createBounds(GeometryFactory geometryFactory,
double... bounds) |
static double[] |
BoundingBoxUtil.createBounds(GeometryFactory geometryFactory,
int axisCount,
Point point) |
static double[] |
BoundingBoxUtil.createBounds(GeometryFactory geometryFactory,
Point point) |
static void |
BoundingBoxUtil.expand(GeometryFactory geometryFactory,
double[] bounds,
double... values) |
static void |
BoundingBoxUtil.expand(GeometryFactory geometryFactory,
double[] bounds,
int axisIndex,
double coordinate) |
static void |
BoundingBoxUtil.expand(GeometryFactory geometryFactory,
double[] bounds,
int axisCount,
int axisIndex,
double coordinate) |
static void |
BoundingBoxUtil.expand(GeometryFactory geometryFactory,
double[] bounds,
Point point) |
| Constructor and Description |
|---|
GeometricShapeFactory(GeometryFactory geomFact)
Create a shape factory which will create shapes using the given
GeometryFactory. |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
MappedLocation.getGeometryFactory() |
GeometryFactory |
GeoReferencedImage.getGeometryFactory() |
GeometryFactory |
AbstractGeoReferencedImage.getGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
GeoReferencedImage |
GeoReferencedImage.getImage(GeometryFactory geometryFactory) |
AbstractGeoReferencedImage |
AbstractGeoReferencedImage.getImage(GeometryFactory geometryFactory) |
void |
MappedLocation.setGeometryFactory(GeometryFactory geometryFactory) |
void |
AbstractGeoReferencedImage.setGeometryFactory(GeometryFactory geometryFactory) |
| Constructor and Description |
|---|
ProjectionImageFilter(BoundingBox sourceBoundingBox,
GeometryFactory destGeometryFactory,
double destPixelSize) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
Viewport2D.getGeometryFactory()
Get the coordinate system the project is displayed in.
|
GeometryFactory |
MapPanel.getGeometryFactory() |
GeometryFactory |
Viewport2D.getRoundedGeometryFactory(GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
Viewport2D.getBoundingBox(GeometryFactory geometryFactory,
int pixels) |
BoundingBox |
Viewport2D.getBoundingBox(GeometryFactory geometryFactory,
int x,
int y,
int pixels) |
BoundingBox |
Viewport2D.getBoundingBox(GeometryFactory geometryFactory,
MouseEvent event,
int pixels) |
GeometryFactory |
Viewport2D.getRoundedGeometryFactory(GeometryFactory geometryFactory) |
void |
Viewport2D.setGeometryFactory(GeometryFactory geometryFactory)
Set the coordinate system the project is displayed in.
|
void |
MapPanel.setGeometryFactory(GeometryFactory geometryFactory) |
void |
ComponentViewport2D.setGeometryFactory(GeometryFactory geometryFactory)
Set the coordinate system the map is displayed in.
|
Point |
Viewport2D.toModelPoint(GeometryFactory geometryFactory,
double... viewCoordinates) |
Point |
Viewport2D.toModelPoint(GeometryFactory geometryFactory,
MouseEvent event) |
Point |
Viewport2D.toModelPoint(GeometryFactory geometryFactory,
Point point) |
Point |
Viewport2D.toModelPointRounded(GeometryFactory geometryFactory,
int x,
int y) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
MapRulerBorder.getRulerGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapRulerBorder.setRulerGeometryFactory(GeometryFactory rulerGeometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapPointerLocation.setGeometryFactory(GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
MapTile.getGeometryFactory() |
GeometryFactory |
LayerGroup.getGeometryFactory() |
GeometryFactory |
Layer.getGeometryFactory() |
GeometryFactory |
AbstractLayer.getGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
GeoReferencedImage |
MapTile.getImage(GeometryFactory geometryFactory) |
GeoReferencedImage |
MapTile.loadImage(GeometryFactory geometryFactory) |
void |
Project.setGeometryFactory(GeometryFactory geometryFactory) |
protected void |
AbstractLayer.setGeometryFactory(GeometryFactory geometryFactory) |
| Modifier and Type | Field and Description |
|---|---|
static GeometryFactory |
BingLayer.GEOMETRY_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
GridLayer.getGeometryFactory() |
| Modifier and Type | Field and Description |
|---|---|
static GeometryFactory |
OpenStreetMapLayer.GEOMETRY_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
TileLoadTask.getGeometryFactory() |
GeometryFactory |
GeoReferencedImageLayer.getGeometryFactory() |
| Constructor and Description |
|---|
TileLoadTask(TiledImageLayerRenderer renderer,
GeometryFactory geometryFactory,
MapTile mapTile) |
| Modifier and Type | Method and Description |
|---|---|
static RecordDefinitionImpl |
ListRecordLayer.createRecordDefinition(String name,
GeometryFactory geometryFactory,
DataType geometryType) |
protected void |
AbstractRecordLayer.setGeometryFactory(GeometryFactory geometryFactory) |
| Constructor and Description |
|---|
AbstractRecordLayer(String name,
GeometryFactory geometryFactory) |
BoundingBoxRecordLayer(String type,
String name,
Class<?> workerClass,
GeometryFactory geometryFactory) |
ListRecordLayer(String name,
GeometryFactory geometryFactory,
DataType geometryType) |
| Modifier and Type | Method and Description |
|---|---|
static PointWithOrientation |
TextStyleRenderer.getTextLocationCenter(GeometryFactory viewportGeometryFactory,
Geometry geometry,
TextStyle style) |
| Modifier and Type | Method and Description |
|---|---|
void |
HotspotViewport2D.addHotSpot(GeometryFactory geometryFactory,
Point point,
String text,
String url) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
CloseLocation.getGeometryFactory() |
protected GeometryFactory |
AbstractOverlay.getGeometryFactory() |
GeometryFactory |
EditGeoReferencedImageOverlay.getImageGeometryFactory() |
protected GeometryFactory |
AbstractOverlay.getViewportGeometryFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected LineString |
AbstractOverlay.createXorLine(GeometryFactory geometryFactory,
Point c0,
Point p1) |
Point |
EditGeometryOverlay.getClosestPoint(GeometryFactory geometryFactory,
LineSegment closestSegment,
Point point,
double maxDistance) |
protected Point |
AbstractOverlay.getPoint(GeometryFactory geometryFactory,
MouseEvent event) |
void |
SelectedRecordsRenderer.paintSelected(Viewport2D viewport,
GeometryFactory viewportGeometryFactory,
Geometry geometry) |
void |
SelectedRecordsRenderer.paintSelected(Viewport2D viewport,
Graphics2D graphics,
GeometryFactory viewportGeometryFactory,
Geometry geometry) |
protected void |
AbstractOverlay.setGeometryFactory(GeometryFactory geometryFactory) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.