Uses of Class
org.apache.sis.util.Workaround
-
Packages that use Workaround Package Description org.apache.sis.referencing Base classes for reference systems used for general positioning.org.apache.sis.util Simple data objects and miscellaneous utilities. -
-
Uses of Workaround in org.apache.sis.referencing
Methods in org.apache.sis.referencing with annotations of type Workaround Modifier and Type Method Description Extent
AbstractReferenceSystem. getDomainOfValidity()
Returns the region or timeframe in which this reference system is valid, ornull
if unspecified. -
Uses of Workaround in org.apache.sis.util
Methods in org.apache.sis.util with annotations of type Workaround Modifier and Type Method Description static <T> Class<? extends T>
Classes. getClass(T object)
Returns the class of the specified object, ornull
ifobject
is null.
-