Uses of Interface
org.opengis.geometry.primitive.Point

Packages that use Point
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). 
 

Uses of Point in org.geotools.geometry
 

Methods in org.geotools.geometry that return Point
 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)
           
 

Methods in org.geotools.geometry with parameters of type Point
 CompositePoint GeometryBuilder.createCompositePoint(Point generator)
           
 

Uses of Point in org.geotools.metadata.iso.spatial
 

Methods in org.geotools.metadata.iso.spatial that return Point
 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.
 

Methods in org.geotools.metadata.iso.spatial that return types with arguments of type Point
 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.
 

Methods in org.geotools.metadata.iso.spatial with parameters of type Point
 void GeorectifiedImpl.setCenterPoint(Point newValue)
          Set the center point.
 

Method parameters in org.geotools.metadata.iso.spatial with type arguments of type Point
 void GeorectifiedImpl.setCornerPoints(List<? extends Point> newValues)
          Set the corner points.
 

Constructor parameters in org.geotools.metadata.iso.spatial with type arguments of type Point
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.
 

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.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.