|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComplexAttribute | |
---|---|
org.geotools.data.gen | |
org.geotools.data.wfs.feature | |
org.geotools.feature | |
org.geotools.feature.simple | |
org.geotools.feature.type | |
org.geotools.gml3.bindings | |
org.geotools.jdbc | |
org.opengis.feature | Representation a features on a map. |
org.opengis.feature.simple | Profile of the general ISO 19107 feature model built around the idea of a simple feature composed of a list of values. |
Uses of ComplexAttribute in org.geotools.data.gen |
---|
Classes in org.geotools.data.gen that implement ComplexAttribute | |
---|---|
class |
PreGeneralizedSimpleFeature
|
Uses of ComplexAttribute in org.geotools.data.wfs.feature |
---|
Classes in org.geotools.data.wfs.feature that implement ComplexAttribute | |
---|---|
class |
LenientFeature
An implementation of SimpleFeature that has a more relaxed attitude about being valid. |
Uses of ComplexAttribute in org.geotools.feature |
---|
Classes in org.geotools.feature that implement ComplexAttribute | |
---|---|
class |
ComplexAttributeImpl
|
class |
DecoratingFeature
Base class for feature decorators. |
class |
FeatureImpl
Temptative implementation of Feature. |
Methods in org.geotools.feature that return ComplexAttribute | |
---|---|
ComplexAttribute |
AppSchemaFeatureFactoryImpl.createComplexAttribute(Collection value,
AttributeDescriptor descriptor,
String id)
Create a new complex attribute, even for null value or id. |
ComplexAttribute |
AbstractFeatureFactoryImpl.createComplexAttribute(Collection value,
AttributeDescriptor descriptor,
String id)
|
ComplexAttribute |
AppSchemaFeatureFactoryImpl.createComplexAttribute(Collection value,
ComplexType type,
String id)
Create a new complex attribute, even for null value or id. |
ComplexAttribute |
AbstractFeatureFactoryImpl.createComplexAttribute(Collection value,
ComplexType type,
String id)
|
ComplexAttribute |
AttributeBuilder.createComplexAttribute(Object value,
ComplexType type,
AttributeDescriptor descriptor,
String id)
Create complex attribute |
Uses of ComplexAttribute in org.geotools.feature.simple |
---|
Classes in org.geotools.feature.simple that implement ComplexAttribute | |
---|---|
class |
SimpleFeatureImpl
An implementation of SimpleFeature geared towards speed and backed by an Object[]. |
Uses of ComplexAttribute in org.geotools.feature.type |
---|
Methods in org.geotools.feature.type with parameters of type ComplexAttribute | |
---|---|
static void |
Types.validate(ComplexAttribute attribute)
|
static void |
Types.validate(ComplexAttribute attribute,
Collection content)
|
protected static void |
Types.validate(ComplexType type,
ComplexAttribute attribute,
Collection content)
|
Uses of ComplexAttribute in org.geotools.gml3.bindings |
---|
Methods in org.geotools.gml3.bindings with parameters of type ComplexAttribute | |
---|---|
static void |
GML3EncodingUtils.encodeSimpleContent(ComplexAttribute complex,
Document document,
Element element)
Encode the simpleContent property of a ComplexAttribute (if any) as an XML text node. |
static Object |
GML3EncodingUtils.getSimpleContent(ComplexAttribute complex)
Return the simple content of a ComplexAttribute if it represents a complexType with
simpleContent, otherwise null. |
Uses of ComplexAttribute in org.geotools.jdbc |
---|
Classes in org.geotools.jdbc that implement ComplexAttribute | |
---|---|
protected class |
JDBCFeatureReader.ResultSetFeature
Feature wrapper around a result set. |
Uses of ComplexAttribute in org.opengis.feature |
---|
Subinterfaces of ComplexAttribute in org.opengis.feature | |
---|---|
interface |
Feature
An instance of FeatureType representing a geographic feature composed of geometric
and non-geometric properties. |
Methods in org.opengis.feature that return ComplexAttribute | |
---|---|
ComplexAttribute |
FeatureFactory.createComplexAttribute(Collection<Property> value,
AttributeDescriptor descriptor,
String id)
Creates a complex attribute. |
ComplexAttribute |
FeatureFactory.createComplexAttribute(Collection<Property> value,
ComplexType type,
String id)
Creates a complex attribute. |
Uses of ComplexAttribute in org.opengis.feature.simple |
---|
Subinterfaces of ComplexAttribute in org.opengis.feature.simple | |
---|---|
interface |
SimpleFeature
An instance of SimpleFeatureType composed of fixed list values in a known order. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |