SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.crs(CoordinateReferenceSystem crs) |
Sets the crs of the next attribute added to the feature type.
|
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.defaultValue(Object defaultValue) |
Sets the default value of the next attribute added to the feature type.
|
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.description(String description) |
Sets the description of the next attribute added to the feature type.
|
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.descriptor(AttributeDescriptor descriptor) |
Sets all the attribute specific state from a single descriptor.
|
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.length(int length) |
Sets a restriction on the field length of the next attribute added to the feature type.
|
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.maxOccurs(int maxOccurs) |
Sets the maxOccurs of the next attribute added to the feature type.
|
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.minOccurs(int minOccurs) |
Sets the minOccurs of the next attribute added to the feature type.
|
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.nillable(boolean isNillable) |
Sets the nullability of the next attribute added to the feature type.
|
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.options(Object... options) |
Sets a restriction on the possible field values of the next attribute added to the feature type.
|
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.options(List<?> options) |
Sets a restriction on the possible field values of the next attribute added to the feature type.
|
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.restriction(Filter filter) |
Adds a restriction to the next attribute added to the feature type.
|
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.restrictions(List<Filter> filters) |
Adds a collection of restrictions to the next attribute added to the
|
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.srid(Integer srid) |
Sets the srid of the next attribute added to the feature type.
|
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.srs(String srs) |
Sets the srs of the next attribute added to the feature type.
|
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.userData(Object key,
Object value) |
Sets user data for the next attribute added to the feature type.
|