Uses of Interface
org.geotools.api.feature.type.AssociationType
Packages that use AssociationType
Package
Description
Representation a features on a map.
Feature model ISO 19109 with allowances for usability.
-
Uses of AssociationType in org.geotools.api.feature
Methods in org.geotools.api.feature that return AssociationType -
Uses of AssociationType in org.geotools.api.feature.type
Methods in org.geotools.api.feature.type that return AssociationTypeModifier and TypeMethodDescriptionFeatureTypeFactory.createAssociationType(Name name, AttributeType relatedType, boolean isAbstract, List<Filter> restrictions, AssociationType superType, InternationalString description) Creates an association type.AssociationType.getSuper()Override ofPropertyType.getSuper()which type narrows toAssociationType.AssociationDescriptor.getType()Override ofPropertyDescriptor.getType()which type narrows toAssociationType.Methods in org.geotools.api.feature.type with parameters of type AssociationTypeModifier and TypeMethodDescriptionFeatureTypeFactory.createAssociationDescriptor(AssociationType type, Name name, int minOccurs, int maxOCcurs, boolean isNillable) Creates an association descriptor.FeatureTypeFactory.createAssociationType(Name name, AttributeType relatedType, boolean isAbstract, List<Filter> restrictions, AssociationType superType, InternationalString description) Creates an association type. -
Uses of AssociationType in org.geotools.feature
Methods in org.geotools.feature that return AssociationTypeModifier and TypeMethodDescriptionTypeBuilder.association()Create AssociationTypeTypeBuilder.getAssociationSuper()AssociationImpl.getType()Methods in org.geotools.feature with parameters of type AssociationTypeModifier and TypeMethodDescriptionvoidTypeBuilder.addMemberType(String namespaceURI, String name, AssociationType memberType) Creates a association descriptor and adds to collection members.voidTypeBuilder.addMemberType(String name, AssociationType memberType) Creates a association descriptor and adds to collection members.voidTypeBuilder.addMemberType(Name name, AssociationType memberType) Creates a association descriptor and adds to collection members.TypeBuilder.association(String namespaceURI, String name, AssociationType type) TypeBuilder.association(String name, AssociationType type) TypeBuilder.association(Name name, AssociationType type) TypeBuilder.member(String name, AssociationType type) Creates a association descriptor and adds to collection members.TypeBuilder.member(Name name, AssociationType type) Creates a association descriptor and adds to collection members. -
Uses of AssociationType in org.geotools.feature.type
Classes in org.geotools.feature.type that implement AssociationTypeMethods in org.geotools.feature.type that return AssociationTypeModifier and TypeMethodDescriptionFeatureTypeFactoryImpl.createAssociationType(Name name, AttributeType relatedType, boolean isAbstract, List<Filter> restrictions, AssociationType superType, InternationalString description) AssociationTypeImpl.getSuper()AssociationDescriptorImpl.getType()Methods in org.geotools.feature.type with parameters of type AssociationTypeModifier and TypeMethodDescriptionFeatureTypeFactoryImpl.createAssociationDescriptor(AssociationType type, Name name, int minOccurs, int maxOccurs, boolean isNillable) FeatureTypeFactoryImpl.createAssociationType(Name name, AttributeType relatedType, boolean isAbstract, List<Filter> restrictions, AssociationType superType, InternationalString description) Constructors in org.geotools.feature.type with parameters of type AssociationTypeModifierConstructorDescriptionAssociationDescriptorImpl(AssociationType type, Name name, int min, int max, boolean isNillable) AssociationTypeImpl(Name name, AttributeType referenceType, boolean isAbstract, List<Filter> restrictions, AssociationType superType, InternationalString description)