Class LegacyFeatureType
- Object
-
- LegacyFeatureType
-
- All Implemented Interfaces:
CharSequence,AttributeType,FeatureType
@Deprecated public final class LegacyFeatureType extends Object implements FeatureType, AttributeType, CharSequence
Deprecated.To be removed after migration to GeoAPI 4.0.Bridges between deprecatedFeatureType/AttributeTypeandCharSequence.FeatureTypeandAttributeTypewere used in ISO 19115:2003, but have been replaced byCharSequencein ISO 19115:2014. The corresponding GeoAPI 3.0 interfaces are empty since they were placeholder for future work. We use thisLegacyFeatureTypeas a temporary bridge, to be removed with GeoAPI 4.0.- Since:
- 1.0
Defined in the
sis-metadatamodule
-
-
Constructor Summary
Constructors Constructor Description LegacyFeatureType(CharSequence value)Deprecated.Creates a new type for the given value, which must be non-null.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description charcharAt(int index)Deprecated.booleanequals(Object obj)Deprecated.inthashCode()Deprecated.intlength()Deprecated.Delegates to the value given at construction time.CharSequencesubSequence(int start, int end)Deprecated.StringtoString()Deprecated.-
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface CharSequence
chars, codePoints
-
-
-
-
Constructor Detail
-
LegacyFeatureType
public LegacyFeatureType(CharSequence value)
Deprecated.Creates a new type for the given value, which must be non-null.- Parameters:
value- the text to wrap in a legacy feature type.
-
-
Method Detail
-
length
public int length()
Deprecated.Delegates to the value given at construction time.- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int index)
Deprecated.- Specified by:
charAtin interfaceCharSequence
-
subSequence
public CharSequence subSequence(int start, int end)
Deprecated.- Specified by:
subSequencein interfaceCharSequence
-
toString
public String toString()
Deprecated.- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
-