| Package | Description | 
|---|---|
| org.geotools.geometry | org.geotools.geometry.Geometry implementation. | 
| org.geotools.metadata.iso.spatial | Spatial representation
 implementation. | 
| org.opengis.geometry.aggregate | Aggregations of geometric objects. | 
| org.opengis.geometry.complex | Set of primitive geometric objects whose interiors are disjoint. | 
| org.opengis.geometry.primitive | Set of geometric objects that are not decomposed further into
  other primitives. | 
| org.opengis.metadata.spatial | Spatial representation
 information (includes grid and vector representation). | 
| Modifier and Type | Method and Description | 
|---|---|
| Point | GeometryBuilder. createPoint(double[] ordinates)Create a point with the provided ordinates | 
| Point | GeometryBuilder. createPoint(double ord1,
           double ord2)Create a point with the provided ordinates. | 
| Point | GeometryBuilder. createPoint(double ord1,
           double ord2,
           double ord3)Create a point with the provided ordinates. | 
| Point | GeometryBuilder. createPoint(Position position) | 
| Modifier and Type | Method and Description | 
|---|---|
| CompositePoint | GeometryBuilder. createCompositePoint(Point generator) | 
| Modifier and Type | Method and Description | 
|---|---|
| Point | GeorectifiedImpl. getCenterPoint()Earth location in the coordinate system defined by the Spatial Reference System and the grid
 coordinate of the cell halfway between opposite ends of the grid in the spatial
 dimensions. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Point> | GeorectifiedImpl. getCornerPoints()Earth location in the coordinate system defined by the Spatial Reference System and the grid
 coordinate of the cells at opposite ends of grid coverage along two diagonals in the grid
 spatial dimensions. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GeorectifiedImpl. setCenterPoint(Point newValue)Set the center point. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GeorectifiedImpl. setCornerPoints(List<? extends Point> newValues)Set the corner points. | 
| Constructor and Description | 
|---|
| GeorectifiedImpl(int numberOfDimensions,
                List<? extends Dimension> axisDimensionsProperties,
                CellGeometry cellGeometry,
                boolean transformationParameterAvailable,
                boolean checkPointAvailable,
                List<? extends Point> cornerPoints,
                PixelOrientation pointInPixel)Creates a georectified object initialized to the specified values. | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<Point> | MultiPoint. getElements()Returns the set containing the elements that compose this  MultiPoint. | 
| Modifier and Type | Method and Description | 
|---|---|
| MultiPoint | AggregateFactory. createMultiPoint(Set<Point> points)Creates a multi point by a set of points. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Point> | CompositePoint. getGenerators()Returns the single point in this composite. | 
| Modifier and Type | Method and Description | 
|---|---|
| CompositePoint | ComplexFactory. createCompositePoint(Point generator)Creates a composite point from a point. | 
| Modifier and Type | Method and Description | 
|---|---|
| Point | PrimitiveFactory. createPoint(double[] coordinates)Creates a point at the specified location specified by coordinates. | 
| Point | PrimitiveFactory. createPoint(Position position)Creates a point at the specified position. | 
| Point | CurveBoundary. getEndPoint()Returns the end point. | 
| Point | CurveBoundary. getStartPoint()Returns the start point. | 
| Modifier and Type | Method and Description | 
|---|---|
| Point | Georectified. getCenterPoint()Earth location in the coordinate system defined by the Spatial Reference System and the grid
 coordinate of the cell halfway between opposite ends of the grid in the spatial dimensions. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<? extends Point> | Georectified. getCornerPoints()Earth location in the coordinate system defined by the Spatial Reference System and the grid
 coordinate of the cells at opposite ends of grid coverage along two diagonals in the grid
 spatial dimensions. | 
Copyright © 1996–2019 Geotools. All rights reserved.