|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeometryAttributeType | |
---|---|
org.geotools.feature | |
org.geotools.feature.type |
Uses of GeometryAttributeType in org.geotools.feature |
---|
Methods in org.geotools.feature that return GeometryAttributeType | |
---|---|
GeometryAttributeType |
FeatureTypeBuilder.getDefaultGeometry()
Return the AttributeType currently used as the defaultGeometry property for the FeatureType this factory will create. |
GeometryAttributeType |
FeatureType.getGeometryDescriptor()
Deprecated. Gets the primary or default geometry AttributeType. |
GeometryAttributeType |
DefaultFeatureType.getGeometryDescriptor()
Gets the primary geometry AttributeType. |
Methods in org.geotools.feature with parameters of type GeometryAttributeType | |
---|---|
static FeatureType |
FeatureTypeFactory.newFeatureType(AttributeType[] types,
String name,
URI ns,
boolean isAbstract,
FeatureType[] superTypes,
GeometryAttributeType defaultGeometry)
Deprecated. The most specific way to create a new FeatureType. |
void |
FeatureTypeBuilder.setDefaultGeometry(GeometryAttributeType defaultGeometry)
Sets the defaultGeometry of this factory. |
Constructors in org.geotools.feature with parameters of type GeometryAttributeType | |
---|---|
DefaultFeatureType(Name name,
Collection types,
Collection superTypes,
GeometryAttributeType defaultGeom)
Constructs a new DefaultFeatureType. |
|
DefaultFeatureType(String typeName,
String namespace,
Collection types,
Collection superTypes,
GeometryAttributeType defaultGeom)
|
|
DefaultFeatureType(String typeName,
URI namespace,
Collection types,
Collection superTypes,
GeometryAttributeType defaultGeom)
|
|
SimpleFeatureType(String typeName,
String namespace,
Collection types,
Collection superTypes,
GeometryAttributeType defaultGeom)
Deprecated. use SimpleFeatureType(String,URI,Collection,Collection,GeometryAttributeType) |
|
SimpleFeatureType(String typeName,
URI namespace,
Collection types,
Collection superTypes,
GeometryAttributeType defaultGeom)
Deprecated. Constructs a new SimpleFeatureType. |
Uses of GeometryAttributeType in org.geotools.feature.type |
---|
Classes in org.geotools.feature.type that implement GeometryAttributeType | |
---|---|
static class |
ChoiceAttributeType.Geometric
Deprecated. A special class that is made so a Choice can serve as the Default Geometry in a FeatureType, by implementing GeometryAttributeType. |
class |
GeometricAttributeType
Deprecated. use GeometryTypeImpl . |
Constructors in org.geotools.feature.type with parameters of type GeometryAttributeType | |
---|---|
ChoiceAttributeType.Geometric(String name,
GeometryAttributeType[] children)
|
|
ChoiceAttributeType.Geometric(String name,
int min,
int max,
GeometryAttributeType[] children,
Filter restriction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |