|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssociationType | |
---|---|
org.geotools.feature | |
org.geotools.feature.type | |
org.opengis.feature | Representation a features on a map. |
org.opengis.feature.type | Feature model ISO 19109 with allowances for usability. |
Uses of AssociationType in org.geotools.feature |
---|
Methods in org.geotools.feature that return AssociationType | |
---|---|
AssociationType |
TypeBuilder.association()
Create AssociationType |
AssociationType |
TypeBuilder.getAssociationSuper()
|
AssociationType |
AssociationImpl.getType()
|
Methods in org.geotools.feature with parameters of type AssociationType | |
---|---|
void |
TypeBuilder.addMemberType(Name name,
AssociationType memberType)
Creates a association descriptor and adds to collection members. |
void |
TypeBuilder.addMemberType(String name,
AssociationType memberType)
Creates a association descriptor and adds to collection members. |
void |
TypeBuilder.addMemberType(String namespaceURI,
String name,
AssociationType memberType)
Creates a association descriptor and adds to collection members. |
TypeBuilder |
TypeBuilder.association(Name name,
AssociationType type)
|
TypeBuilder |
TypeBuilder.association(String name,
AssociationType type)
|
TypeBuilder |
TypeBuilder.association(String namespaceURI,
String name,
AssociationType type)
|
TypeBuilder |
TypeBuilder.member(Name name,
AssociationType type)
Creates a association descriptor and adds to collection members. |
TypeBuilder |
TypeBuilder.member(String 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 AssociationType | |
---|---|
class |
AssociationTypeImpl
|
Methods in org.geotools.feature.type that return AssociationType | |
---|---|
AssociationType |
FeatureTypeFactoryImpl.createAssociationType(Name name,
AttributeType relatedType,
boolean isAbstract,
List restrictions,
AssociationType superType,
InternationalString description)
|
AssociationType |
AssociationTypeImpl.getSuper()
|
AssociationType |
AssociationDescriptorImpl.getType()
|
Methods in org.geotools.feature.type with parameters of type AssociationType | |
---|---|
AssociationDescriptor |
FeatureTypeFactoryImpl.createAssociationDescriptor(AssociationType type,
Name name,
int minOccurs,
int maxOccurs,
boolean isNillable)
|
AssociationType |
FeatureTypeFactoryImpl.createAssociationType(Name name,
AttributeType relatedType,
boolean isAbstract,
List restrictions,
AssociationType superType,
InternationalString description)
|
Constructors in org.geotools.feature.type with parameters of type AssociationType | |
---|---|
AssociationDescriptorImpl(AssociationType type,
Name name,
int min,
int max,
boolean isNillable)
|
|
AssociationTypeImpl(Name name,
AttributeType referenceType,
boolean isAbstract,
List<Filter> restrictions,
AssociationType superType,
InternationalString description)
|
Uses of AssociationType in org.opengis.feature |
---|
Methods in org.opengis.feature that return AssociationType | |
---|---|
AssociationType |
Association.getType()
Type of association represented. |
Uses of AssociationType in org.opengis.feature.type |
---|
Methods in org.opengis.feature.type that return AssociationType | |
---|---|
AssociationType |
FeatureTypeFactory.createAssociationType(Name name,
AttributeType relatedType,
boolean isAbstract,
List<Filter> restrictions,
AssociationType superType,
InternationalString description)
Creates an association type. |
AssociationType |
AssociationType.getSuper()
Override of PropertyType.getSuper() which type narrows to
AssociationType . |
AssociationType |
AssociationDescriptor.getType()
Override of PropertyDescriptor.getType() which type narrows to
AssocicationType . |
Methods in org.opengis.feature.type with parameters of type AssociationType | |
---|---|
AssociationDescriptor |
FeatureTypeFactory.createAssociationDescriptor(AssociationType type,
Name name,
int minOccurs,
int maxOCcurs,
boolean isNillable)
Creates an association descriptor. |
AssociationType |
FeatureTypeFactory.createAssociationType(Name name,
AttributeType relatedType,
boolean isAbstract,
List<Filter> restrictions,
AssociationType superType,
InternationalString description)
Creates an association type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |