p

parent

Apache SIS is a free software, Java language library for developing geospatial applications. SIS provides data structures for geographic data and associated metadata along with methods to manipulate those data structures. The SIS metadata module forms the base of the library and enables the creation of metadata objects which comply with the ISO 19115 metadata model and which can be read from or written to ISO 19139 compliant XML documents. The SIS referencing module will enable the construction of geodetic data structures for geospatial referencing based on the ISO 19111 model such as axis, projection and coordinate reference system definitions, along with the associated operations which enable the mathematical conversion of coordinates between different systems of reference. The SIS storage modules will provide a common approach to the reading and writing of grid coverages applicable to simple imagery as to many dimensional data structures.
http://sis.apache.org
Adam Estrada Chris A. Mattmann Joseph F. White Martin Desruisseaux Patrick O'Leary Paul Michael Ramirez Sean McCleese Travis L. Pinney Nga Chung Rémi Maréchal
Files download
File Operation
parent-0.7.pom download
Apache Maven
<dependency>
  <groupId>org.apache.sis</groupId>
  <artifactId>parent</artifactId>
  <version>0.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.sis:parent:0.7'
Gradle Kotlin
implementation("org.apache.sis:parent:0.7")
Scala SBT
libraryDependencies += "org.apache.sis" % "parent" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sis', module='parent', version='0.7')
)
Apache Ivy
<dependency org="org.apache.sis" name="parent" rev="0.7" />
Leiningen
[org.apache.sis/parent "0.7"]
Apache Buildr
'org.apache.sis:parent:jar:0.7'