|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FeatureType
The type of a Feature.
Beyond a complex type, a feature defines some additional information:
| Method Summary | |
|---|---|
CoordinateReferenceSystem |
getCoordinateReferenceSystem()
The coordinate reference system of the feature. |
GeometryDescriptor |
getGeometryDescriptor()
Describe the default geometric attribute for this feature. |
boolean |
isIdentified()
Features are always identified. |
| Methods inherited from interface ComplexType |
|---|
getBinding, getDescriptor, getDescriptor, getDescriptors, isInline |
| Methods inherited from interface AttributeType |
|---|
getSuper |
| Methods inherited from interface PropertyType |
|---|
equals, getDescription, getName, getRestrictions, getUserData, hashCode, isAbstract |
| Method Detail |
|---|
boolean isIdentified()
isIdentified in interface AttributeTypetrueAttribute#getID()GeometryDescriptor getGeometryDescriptor()
This method returns null in the case where no such attribute
exists.
null.CoordinateReferenceSystem getCoordinateReferenceSystem()
This value is derived from the default geometry attribute:
((GeometryType)getDefaultGeometry().getType()).getCRS();
This method will return null in the case where no default
geometric attribute is defined.
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||