Package | Description |
---|---|
org.apache.sis.feature.builder |
Helper classes for creating
FeatureType instances. |
Modifier and Type | Class and Description |
---|---|
class |
AssociationRoleBuilder
Describes one association from the
FeatureType to be built by an FeatureTypeBuilder to another
FeatureType . |
class |
AttributeTypeBuilder<V>
Describes one
AttributeType which will be part of the feature type to be built by
a FeatureTypeBuilder . |
Modifier and Type | Method and Description |
---|---|
PropertyTypeBuilder |
FeatureTypeBuilder.addProperty(AbstractIdentifiedType template)
Adds the given property in the feature type properties.
|
PropertyTypeBuilder |
FeatureTypeBuilder.getProperty(String name)
Returns the builder for the property of the given name.
|
PropertyTypeBuilder |
PropertyTypeBuilder.setMaximumOccurs(int occurs)
Sets the maximum number of property values.
|
PropertyTypeBuilder |
PropertyTypeBuilder.setMinimumOccurs(int occurs)
Sets the minimum number of property values.
|
Modifier and Type | Method and Description |
---|---|
List<PropertyTypeBuilder> |
FeatureTypeBuilder.properties()
Returns a view of all attributes and associations added to the
FeatureType to build. |
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.