|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeometryType | |
---|---|
org.geotools.feature | |
org.geotools.feature.simple | |
org.geotools.feature.type | |
org.geotools.xml.gml | |
org.opengis.feature | Representation a features on a map. |
org.opengis.feature.type | Feature model ISO 19109 with allowances for usability. |
Uses of GeometryType in org.geotools.feature |
---|
Methods in org.geotools.feature that return GeometryType | |
---|---|
GeometryType |
AttributeTypeBuilder.buildGeometryType()
Builds the geometry attribute type. |
GeometryType |
TypeBuilder.geometry()
Create GeometryType. |
GeometryType |
GeometryAttributeImpl.getType()
|
Methods in org.geotools.feature with parameters of type GeometryType | |
---|---|
GeometryDescriptor |
AttributeTypeBuilder.buildDescriptor(Name name,
GeometryType type)
|
GeometryDescriptor |
AttributeTypeBuilder.buildDescriptor(String name,
GeometryType type)
Builds a geometry descriptor specifying its attribute type. |
Uses of GeometryType in org.geotools.feature.simple |
---|
Fields in org.geotools.feature.simple declared as GeometryType | |
---|---|
static GeometryType |
SimpleSchema.GEOMETRY
Geometry to Geometry.class |
static GeometryType |
SimpleSchema.LINESTRING
LINESTRING (extends GEOMETRY) binds to LineString.class |
static GeometryType |
SimpleSchema.MULTIGEOMETRY
MULTIGEOMETRY (extends GEOMETRY) binds to GeometryCollection.class |
static GeometryType |
SimpleSchema.MULTILINESTRING
MULTILINESTRING (extends MULTIGEOMETRY) binds to MultiLineString.class |
static GeometryType |
SimpleSchema.MULTIPOINT
MULTIPOINT (extends MULTIGEOMETRY) binds to MultiPoint.class |
static GeometryType |
SimpleSchema.MULTIPOLYGON
MULTIPOLYGON (extends MULTIGEOMETRY) binds to MultiPolygon.class |
static GeometryType |
SimpleSchema.POINT
POINT (extends GEOMETRY) binds to Point.class |
static GeometryType |
SimpleSchema.POLYGON
POLYGON (extends GEOMETRY) binds to Polygon.class |
Uses of GeometryType in org.geotools.feature.type |
---|
Classes in org.geotools.feature.type that implement GeometryType | |
---|---|
class |
GeometryTypeImpl
AttributeType for hold geometry implementations, maintains CRS information. |
Methods in org.geotools.feature.type that return GeometryType | |
---|---|
GeometryType |
FeatureTypeFactoryImpl.createGeometryType(Name name,
Class binding,
CoordinateReferenceSystem crs,
boolean isIdentifiable,
boolean isAbstract,
List restrictions,
AttributeType superType,
InternationalString description)
|
GeometryType |
GeometryDescriptorImpl.getType()
|
Methods in org.geotools.feature.type with parameters of type GeometryType | |
---|---|
GeometryDescriptor |
FeatureTypeFactoryImpl.createGeometryDescriptor(GeometryType type,
Name name,
int minOccurs,
int maxOccurs,
boolean isNillable,
Object defaultValue)
|
Constructors in org.geotools.feature.type with parameters of type GeometryType | |
---|---|
GeometryDescriptorImpl(GeometryType type,
Name name,
int min,
int max,
boolean isNillable,
Object defaultValue)
|
Uses of GeometryType in org.geotools.xml.gml |
---|
Subinterfaces of GeometryType in org.geotools.xml.gml | |
---|---|
interface |
ChoiceGeometryType
|
Classes in org.geotools.xml.gml that implement GeometryType | |
---|---|
class |
ChoiceGeometryTypeImpl
Created for GML generated FeatureTypes. |
Methods in org.geotools.xml.gml that return GeometryType | |
---|---|
GeometryType |
ChoiceGeometryTypeImpl.getType()
|
Uses of GeometryType in org.opengis.feature |
---|
Methods in org.opengis.feature that return GeometryType | |
---|---|
GeometryType |
GeometryAttribute.getType()
Override and type narrow to GeometryType. |
Uses of GeometryType in org.opengis.feature.type |
---|
Methods in org.opengis.feature.type that return GeometryType | |
---|---|
GeometryType |
FeatureTypeFactory.createGeometryType(Name name,
Class<?> binding,
CoordinateReferenceSystem crs,
boolean isIdentifiable,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
Creates a geometric attribute type. |
GeometryType |
GeometryDescriptor.getType()
Override of AttributeDescriptor.getType() which type narrows
to GeometryType . |
Methods in org.opengis.feature.type with parameters of type GeometryType | |
---|---|
GeometryDescriptor |
FeatureTypeFactory.createGeometryDescriptor(GeometryType type,
Name name,
int minOccurs,
int maxOccurs,
boolean isNillable,
Object defaultValue)
Creates a geometry descriptor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |