Module org.apache.sis.console
module org.apache.sis.console
Command line interface for Apache SIS.
An introduction is available in the Apache SIS web site.
Usage
The main method is launched by thesis executable (a bash script).
Invoking sis without argument shows a summary of available commands and all options.
For executing a command, the syntax is:
For example,sis[options] [files]
sis crs EPSG:6676 prints the definition of the CRS identified by
the EPSG code 6676. Other commands allow to verify the validity of a CRS,
perform coordinate operations or show ISO 19115 metadata.
See above-cited web site for more details.- Since:
- 0.3
-
Packages
ExportsIndirect ExportsFromPackagesorg.apache.sis.io org.apache.sis.math org.apache.sis.measure org.apache.sis.setup org.apache.sis.util org.apache.sis.util.collection org.apache.sis.util.loggingorg.opengis.annotation org.opengis.feature.type org.opengis.geometry org.opengis.geometry.coordinate org.opengis.geometry.primitive org.opengis.metadata org.opengis.metadata.acquisition org.opengis.metadata.citation org.opengis.metadata.constraint org.opengis.metadata.content org.opengis.metadata.distribution org.opengis.metadata.extent org.opengis.metadata.identification org.opengis.metadata.lineage org.opengis.metadata.maintenance org.opengis.metadata.quality org.opengis.metadata.spatial org.opengis.parameter org.opengis.referencing org.opengis.referencing.crs org.opengis.referencing.cs org.opengis.referencing.datum org.opengis.referencing.operation org.opengis.temporal org.opengis.util -
Modules
RequiresModifierModuleDescriptiontransitiveUnits of measurement and miscellaneous utility methods required by Apache SIS.Indirect RequiresModifierModuleDescriptiontransitiveJava interfaces derived from specifications of International Organization for Standardization (ISO) and Open Geospatial Consortium (OGC).