Package org.apache.sis.internal.geoapi.evolution
package org.apache.sis.internal.geoapi.evolution
Provides a transition path for new GeoAPI elements not yet published in a formal release.
We try to avoid putting a copy of those new elements in Apache SIS, since it would break
compatibility when they would be removed in favor of GeoAPI elements. The approach taken
is rather to use in the new API the most immediate parent available in a GeoAPI release.
For example for new code list classes, this is
CodeList<?>
. The Javadoc for such
API shall contain a warning. See warning-templates.txt
for some proposals.
Do not use!
This package is for internal use by SIS only. Classes in this package may change in incompatible ways in any future version without notice.- Since:
- 0.5
- Version:
- 1.1
-
ClassDescriptionTemporary methods used until a new major GeoAPI release provides the missing functionalities.Identifies an interim class to use until an official GeoAPI class or interface is released.Placeholder for code list not yet available in GeoAPI.UnsupportedCodeListAdapter<ValueType extends UnsupportedCodeListAdapter<ValueType>>An adapter for
UnsupportedCodeList
, in order to implement the ISO 19115-3 standard.