Information about the occurring feature type.
- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptiondefault Integer
Number of occurrence of feature instances for this feature types.Name of the feature type.
-
Method Details
-
getFeatureTypeName
@UML(identifier="featureTypeName", obligation=MANDATORY, specification=ISO_19115) GenericName getFeatureTypeName()Name of the feature type.- Returns:
- name of the feature type.
- See Also:
-
getFeatureInstanceCount
@UML(identifier="featureInstanceCount", obligation=OPTIONAL, specification=ISO_19115) default Integer getFeatureInstanceCount()Number of occurrence of feature instances for this feature types. May benull
if unspecified.- Returns:
- number of occurrence of feature instances for this feature types, or
null
if none.
-