Uses of Class
org.apache.sis.feature.DefaultAssociationRole
Packages that use DefaultAssociationRole
Package
Description
Defines the structure and content of views of real-world phenomenon.
Helper classes for creating
FeatureType instances.-
Uses of DefaultAssociationRole in org.apache.sis.feature
Fields in org.apache.sis.feature declared as DefaultAssociationRoleModifier and TypeFieldDescription(package private) final DefaultAssociationRoleAbstractAssociation.roleInformation about the association.Methods in org.apache.sis.feature that return DefaultAssociationRoleModifier and TypeMethodDescriptionAbstractAssociation.getRole()Returns information about the association.Methods in org.apache.sis.feature with parameters of type DefaultAssociationRoleModifier and TypeMethodDescriptionstatic AbstractAssociationAbstractAssociation.create(DefaultAssociationRole role) Creates a new association of the given role.(package private) static AbstractAssociationAbstractAssociation.create(DefaultAssociationRole role, Object value) Creates a new association of the given role initialized to the given value.(package private) static AbstractAssociationAssociationView.create(AbstractFeature feature, DefaultAssociationRole role) Creates a new association which will delegate its work to the given feature.(package private) static StringDefaultAssociationRole.getTitleProperty(DefaultAssociationRole role) Returns the name of the property to use as a title for the associated feature, ornullif none.(package private) static org.opengis.util.GenericNameDefaultAssociationRole.getValueTypeName(DefaultAssociationRole role) Returns the name of the feature type.private static StringAbstractFeature.illegalFeatureType(DefaultAssociationRole association, FeatureType expected, FeatureType actual) Returns the exception message for an association value of wrong type.(package private) voidValidator.validate(DefaultAssociationRole role, Collection<?> values) Verifies if the given value is valid for the given association role.private static ObjectAbstractFeature.verifyAssociationValue(DefaultAssociationRole role, Object value) Verifies the validity of the given association value, and returns the value to store in the feature.private static voidAbstractFeature.verifyAssociationValues(DefaultAssociationRole role, Collection<?> values) Verifies if all values in the given collection are valid instances of feature for the given association role.Constructors in org.apache.sis.feature with parameters of type DefaultAssociationRoleModifierConstructorDescriptionprotectedCreates a new association of the given role.privateAssociationView(AbstractFeature feature, DefaultAssociationRole role) Creates a new association which will delegate its work to the given feature.Creates a new association of the given role.(package private)MultiValuedAssociation(DefaultAssociationRole role, Object values) Creates a new association of the given role initialized to the given values.(package private)Singleton(AbstractFeature feature, DefaultAssociationRole role) Creates a new association which will delegate its work to the given feature.Creates a new association of the given role.(package private)SingletonAssociation(DefaultAssociationRole role, AbstractFeature value) Creates a new association of the given role initialized to the given value. -
Uses of DefaultAssociationRole in org.apache.sis.feature.builder
Fields in org.apache.sis.feature.builder declared as DefaultAssociationRoleModifier and TypeFieldDescriptionprivate DefaultAssociationRoleAssociationRoleBuilder.propertyThe association created by this builder, ornullif not yet created.Methods in org.apache.sis.feature.builder that return DefaultAssociationRoleModifier and TypeMethodDescriptionAssociationRoleBuilder.build()Builds the association role from the information specified to this builder.Methods in org.apache.sis.feature.builder with parameters of type DefaultAssociationRoleModifier and TypeMethodDescriptionFeatureTypeBuilder.addAssociation(DefaultAssociationRole template) Creates a newFeatureAssociationRolebuilder initialized to the same characteristics than the given template.Constructors in org.apache.sis.feature.builder with parameters of type DefaultAssociationRoleModifierConstructorDescription(package private)AssociationRoleBuilder(FeatureTypeBuilder owner, DefaultAssociationRole template) Creates a newFeatureAssociationRolebuilder initialized to the values of an existing association.