Package | Description |
---|---|
org.apache.sis.measure |
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
|
org.apache.sis.referencing |
Base classes for reference systems used for general positioning.
|
org.apache.sis.util |
Simple data objects and miscellaneous utilities.
|
Modifier and Type | Method and Description |
---|---|
static <Q extends Quantity<Q>> |
Units.multiply(Unit<Q> unit,
double factor)
Deprecated.
Replaced by Apache SIS implementation of
Unit.multiply(double) . |
Modifier and Type | Method and Description |
---|---|
Extent |
AbstractReferenceSystem.getDomainOfValidity()
Returns the region or timeframe in which this reference system is valid, or
null if unspecified. |
Modifier and Type | Method and Description |
---|---|
static <T> Class<? extends T> |
Classes.getClass(T object)
Returns the class of the specified object, or
null if object is null. |
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.