|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SimpleTypeFactory
A TypeFactory that creates SimpleFeatureType and SimpleFeatureCollectionType.
This interface serves as a "marker" that the Factory produces Simple types. While we have provided two methods here they are not strictkly required as createFeatureType and createFeatureCollectionType will also produce simple types.
| Method Summary | |
|---|---|
SimpleFeatureCollectionType |
createSimpleFeatureCollectionType(Name name,
SimpleFeatureType member,
InternationalString description)
Create a SimpleFeatureType describing a Feature containing only directly bound attributes with no multiplicity. |
SimpleFeatureType |
createSimpleFeatureType(Name name,
List<AttributeType> types,
AttributeDescriptor defaultGeometry,
CoordinateReferenceSystem crs,
Set<Filter> restrictions,
InternationalString description)
Create a SimpleFeatureType describing a Feature containing only directly bound attributes with no multiplicity. |
| Method Detail |
|---|
SimpleFeatureType createSimpleFeatureType(Name name,
List<AttributeType> types,
AttributeDescriptor defaultGeometry,
CoordinateReferenceSystem crs,
Set<Filter> restrictions,
InternationalString description)
name - TypeName of type to be createdtypes - AttributeTypes of contents, in order specifieddefaultGeometry - Member of types to be used as the defaultGeometrycrs - CoordinateReferenceSystem for the contents of this featurerestrictions - Filters used to check the contents of this featuredescription - description of this feature
SimpleFeatureCollectionType createSimpleFeatureCollectionType(Name name,
SimpleFeatureType member,
InternationalString description)
name - TypeName of collection type to be createdmember - FeatureType of collection membersdescription - description of this feature
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||