Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AssociationType |
TypeBuilder.association()
Create AssociationType
|
AssociationType |
TypeBuilder.getAssociationSuper() |
AssociationType |
AssociationImpl.getType() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AssociationTypeImpl |
Modifier and Type | Method and Description |
---|---|
AssociationType |
FeatureTypeFactoryImpl.createAssociationType(Name name,
AttributeType relatedType,
boolean isAbstract,
List<Filter> restrictions,
AssociationType superType,
InternationalString description) |
AssociationType |
AssociationTypeImpl.getSuper() |
AssociationType |
AssociationDescriptorImpl.getType() |
Modifier and Type | Method and Description |
---|---|
AssociationDescriptor |
FeatureTypeFactoryImpl.createAssociationDescriptor(AssociationType type,
Name name,
int minOccurs,
int maxOccurs,
boolean isNillable) |
AssociationType |
FeatureTypeFactoryImpl.createAssociationType(Name name,
AttributeType relatedType,
boolean isAbstract,
List<Filter> restrictions,
AssociationType superType,
InternationalString description) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
AssociationType |
Association.getType()
Type of association represented.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 1996–2021 Geotools. All rights reserved.