Package org.apache.sis.feature
Interface FeatureType
- All Known Implementing Classes:
DefaultFeatureType
,NamedFeatureType
interface FeatureType
Place-holder for an interface not available in GeoAPI 3.0.
This place-holder will be removed after we upgrade to a later GeoAPI version.
Do not put this type in public API. We need to prevent users from using this type in order to reduce compatibility breaks when we will upgrade the GeoAPI version.
- Since:
- 0.5
- Version:
- 0.5
-
Method Summary
Modifier and TypeMethodDescriptionorg.opengis.util.GenericName
getName()
getProperties
(boolean includeSuperTypes) boolean
-
Method Details
-
getName
org.opengis.util.GenericName getName() -
getProperties
-
isAssignableFrom
-