|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Point | |
|---|---|
| org.opengis.coverage | Coverages (generate a value for any point). |
| org.opengis.coverage.grid | Quadrilateral grid coverages. |
| 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). |
| org.opengis.observation.sampling | |
| Uses of Point in org.opengis.coverage |
|---|
| Methods in org.opengis.coverage that return types with arguments of type Point | |
|---|---|
DomainObject<Point> |
PointValuePair.getGeometry()
The point that is a member of this point-value pair. |
| Uses of Point in org.opengis.coverage.grid |
|---|
| Methods in org.opengis.coverage.grid that return Point | |
|---|---|
Point |
GridPoint.getGroundPoint()
Returns the representation of the grid point in an external coordinate reference system. |
| Uses of Point in org.opengis.geometry.aggregate |
|---|
| Methods in org.opengis.geometry.aggregate that return types with arguments of type Point | |
|---|---|
Set<Point> |
MultiPoint.getElements()
Returns the set containing the elements that compose this MultiPoint. |
| Method parameters in org.opengis.geometry.aggregate with type arguments of type Point | |
|---|---|
MultiPoint |
AggregateFactory.createMultiPoint(Set<Point> points)
Creates a multi point by a set of points. |
| Uses of Point in org.opengis.geometry.complex |
|---|
| Methods in org.opengis.geometry.complex that return types with arguments of type Point | |
|---|---|
List<Point> |
CompositePoint.getGenerators()
Returns the single point in this composite. |
| Methods in org.opengis.geometry.complex with parameters of type Point | |
|---|---|
CompositePoint |
ComplexFactory.createCompositePoint(Point generator)
Creates a composite point from a point. |
| Uses of Point in org.opengis.geometry.primitive |
|---|
| Methods in org.opengis.geometry.primitive that return Point | |
|---|---|
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. |
| Uses of Point in org.opengis.metadata.spatial |
|---|
| Methods in org.opengis.metadata.spatial that return Point | |
|---|---|
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. |
| Methods in org.opengis.metadata.spatial that return types with arguments of type Point | |
|---|---|
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. |
| Uses of Point in org.opengis.observation.sampling |
|---|
| Methods in org.opengis.observation.sampling that return Point | |
|---|---|
Point |
SamplingPoint.getPosition()
Sampling position. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||