|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeBuilder | |
---|---|
org.geotools.feature |
Uses of TypeBuilder in org.geotools.feature |
---|
Methods in org.geotools.feature that return TypeBuilder | |
---|---|
TypeBuilder |
TypeBuilder.add(org.opengis.feature.type.PropertyDescriptor descriptor)
Add provided descriptor to the type to be created. |
TypeBuilder |
TypeBuilder.association(org.opengis.feature.type.Name name,
org.opengis.feature.type.AssociationType type)
|
TypeBuilder |
TypeBuilder.association(java.lang.String name,
org.opengis.feature.type.AssociationType type)
|
TypeBuilder |
TypeBuilder.association(java.lang.String namespaceURI,
java.lang.String name,
org.opengis.feature.type.AssociationType type)
|
TypeBuilder |
TypeBuilder.attribute(org.opengis.feature.type.Name name,
org.opengis.feature.type.AttributeType type)
|
TypeBuilder |
TypeBuilder.attribute(org.opengis.feature.type.Name name,
java.lang.Class binding)
|
TypeBuilder |
TypeBuilder.attribute(java.lang.String name,
org.opengis.feature.type.AttributeType type)
|
TypeBuilder |
TypeBuilder.attribute(java.lang.String name,
java.lang.Class binding)
Add a descriptor with a provided name, with the binding |
TypeBuilder |
TypeBuilder.attribute(java.lang.String name,
java.lang.String namespaceURI,
org.opengis.feature.type.AttributeType type)
|
TypeBuilder |
TypeBuilder.attribute(java.lang.String namespaceURI,
java.lang.String name,
java.lang.Class binding)
Add a descriptor with a provided name, with the binding |
TypeBuilder |
TypeBuilder.bind(java.lang.Class<?> binding)
|
TypeBuilder |
TypeBuilder.cardinality(int min,
int max)
|
TypeBuilder |
TypeBuilder.crs(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
|
TypeBuilder |
TypeBuilder.crs(java.lang.String SRS)
Uses CRS utility class with buildres TypeFactory.getCRSFactory to look up a CoordinateReferenceSystem based on the provied srs. |
TypeBuilder |
TypeBuilder.defaultGeometry(java.lang.String name)
|
TypeBuilder |
TypeBuilder.member(org.opengis.feature.type.AssociationDescriptor memberOf)
|
TypeBuilder |
TypeBuilder.member(org.opengis.feature.type.Name name,
org.opengis.feature.type.AssociationType type)
Creates a association descriptor and adds to collection members. |
TypeBuilder |
TypeBuilder.member(java.lang.String name,
org.opengis.feature.type.AssociationType type)
Creates a association descriptor and adds to collection members. |
TypeBuilder |
TypeBuilder.name(java.lang.String name)
|
TypeBuilder |
TypeBuilder.nillable(boolean isNillable)
|
TypeBuilder |
TypeBuilder.property(org.opengis.feature.type.PropertyType type)
Used as a the target for attributeDescriptor or associatioDescriptor(). |
TypeBuilder |
TypeBuilder.referenceType(org.opengis.feature.type.AttributeType reference)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |