All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.geotools.geometry.package.html Maven / Gradle / Ivy

Go to download

Contains implementations of Coordinate Reference Systems (CRS), conversion and transformation services.

The newest version!



  
    package org.geotools.geometry
  
  
  {@linkplain org.geotools.geometry.Geometry} implementation. An explanation for this
  package is provided in the {@linkplain org.opengis.spatialschema.geometry OpenGIS®
  javadoc}. The remaining discussion on this page is specific to the Geotools implementation.

  

The {@link org.geotools.geometry.GeneralDirectPosition} class represents a point in a multi-dimensional space. This space may have an arbitrary number of dimensions. For a two-dimensional space, DirectPosition is conceptually equivalent to {@link java.awt.geom.Point2D}.

The class {@link org.geotools.geometry.GeneralEnvelope} represents a box in a multi-dimensional space. For a two-dimensional space, Envelope is conceptually equivalent to {@link java.awt.geom.Rectangle2D}.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy