|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleFeatureTypeBuilder | |
---|---|
org.geotools.feature.simple |
Uses of SimpleFeatureTypeBuilder in org.geotools.feature.simple |
---|
Methods in org.geotools.feature.simple that return SimpleFeatureTypeBuilder | |
---|---|
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.crs(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
Sets the crs of the next attribute added to the feature type. |
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.defaultValue(java.lang.Object defaultValue)
Sets the default value of the next attribute added to the feature type. |
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.description(java.lang.String description)
Sets the description of the next attribute added to the feature type. |
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.descriptor(org.opengis.feature.type.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.restriction(org.opengis.filter.Filter filter)
Adds a restriction to the next attribute added to the feature type. |
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.restrictions(java.util.List<org.opengis.filter.Filter> filters)
Adds a collection of restrictions to the next attribute added to the |
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.srid(java.lang.Integer srid)
Sets the srid of the next attribute added to the feature type. |
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.srs(java.lang.String srs)
Sets the srs of the next attribute added to the feature type. |
SimpleFeatureTypeBuilder |
SimpleFeatureTypeBuilder.userData(java.lang.Object key,
java.lang.Object value)
Sets user data for the next attribute added to the feature type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |