|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.feature.AbstractFeatureFactoryImpl
org.geotools.feature.ValidatingFeatureFactoryImpl
org.geotools.feature.AppSchemaFeatureFactoryImpl
public class AppSchemaFeatureFactoryImpl
FeatureFactory
that:
Constructor Summary | |
---|---|
AppSchemaFeatureFactoryImpl()
|
Method Summary | |
---|---|
org.opengis.feature.Attribute |
createAttribute(java.lang.Object value,
org.opengis.feature.type.AttributeDescriptor descriptor,
java.lang.String id)
Create an attribute, even for null id. |
org.opengis.feature.ComplexAttribute |
createComplexAttribute(java.util.Collection value,
org.opengis.feature.type.AttributeDescriptor descriptor,
java.lang.String id)
Create a new complex attribute, even for null value or id. |
org.opengis.feature.ComplexAttribute |
createComplexAttribute(java.util.Collection value,
org.opengis.feature.type.ComplexType type,
java.lang.String id)
Create a new complex attribute, even for null value or id. |
org.opengis.feature.Feature |
createFeature(java.util.Collection value,
org.opengis.feature.type.AttributeDescriptor descriptor,
java.lang.String id)
Create a new feature, even for null value or id. |
org.opengis.feature.Feature |
createFeature(java.util.Collection value,
org.opengis.feature.type.FeatureType type,
java.lang.String id)
Create a new feature, even for null value or id. |
org.opengis.feature.GeometryAttribute |
createGeometryAttribute(java.lang.Object value,
org.opengis.feature.type.GeometryDescriptor descriptor,
java.lang.String id,
org.opengis.referencing.crs.CoordinateReferenceSystem crs)
Create a new geometry attribute, even for null id. |
Methods inherited from class org.geotools.feature.AbstractFeatureFactoryImpl |
---|
createAssociation, createSimpleFeature, createSimpleFeautre, getCRSFactory, getGeometryFactory, setCRSFactory, setGeometryFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppSchemaFeatureFactoryImpl()
Method Detail |
---|
public org.opengis.feature.Attribute createAttribute(java.lang.Object value, org.opengis.feature.type.AttributeDescriptor descriptor, java.lang.String id)
createAttribute
in interface org.opengis.feature.FeatureFactory
createAttribute
in class AbstractFeatureFactoryImpl
AbstractFeatureFactoryImpl.createAttribute(java.lang.Object,
org.opengis.feature.type.AttributeDescriptor, java.lang.String)
public org.opengis.feature.GeometryAttribute createGeometryAttribute(java.lang.Object value, org.opengis.feature.type.GeometryDescriptor descriptor, java.lang.String id, org.opengis.referencing.crs.CoordinateReferenceSystem crs)
createGeometryAttribute
in interface org.opengis.feature.FeatureFactory
createGeometryAttribute
in class AbstractFeatureFactoryImpl
AbstractFeatureFactoryImpl.createGeometryAttribute(java.lang.Object,
org.opengis.feature.type.GeometryDescriptor, java.lang.String,
org.opengis.referencing.crs.CoordinateReferenceSystem)
public org.opengis.feature.ComplexAttribute createComplexAttribute(java.util.Collection value, org.opengis.feature.type.AttributeDescriptor descriptor, java.lang.String id)
createComplexAttribute
in interface org.opengis.feature.FeatureFactory
createComplexAttribute
in class AbstractFeatureFactoryImpl
AbstractFeatureFactoryImpl.createComplexAttribute(java.util.Collection,
org.opengis.feature.type.AttributeDescriptor, java.lang.String)
public org.opengis.feature.ComplexAttribute createComplexAttribute(java.util.Collection value, org.opengis.feature.type.ComplexType type, java.lang.String id)
createComplexAttribute
in interface org.opengis.feature.FeatureFactory
createComplexAttribute
in class AbstractFeatureFactoryImpl
AbstractFeatureFactoryImpl.createComplexAttribute(java.util.Collection,
org.opengis.feature.type.ComplexType, java.lang.String)
public org.opengis.feature.Feature createFeature(java.util.Collection value, org.opengis.feature.type.AttributeDescriptor descriptor, java.lang.String id)
createFeature
in interface org.opengis.feature.FeatureFactory
createFeature
in class AbstractFeatureFactoryImpl
AbstractFeatureFactoryImpl.createFeature(java.util.Collection,
org.opengis.feature.type.AttributeDescriptor, java.lang.String)
public org.opengis.feature.Feature createFeature(java.util.Collection value, org.opengis.feature.type.FeatureType type, java.lang.String id)
createFeature
in interface org.opengis.feature.FeatureFactory
createFeature
in class AbstractFeatureFactoryImpl
AbstractFeatureFactoryImpl.createFeature(java.util.Collection,
org.opengis.feature.type.FeatureType, java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |