|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeometryDescriptor
Describes an instance of a geometry attribute.
This interface adds no additional methods, the point of it is convenience
to type narrow getType()
to GeometryType
.
Method Summary | |
---|---|
CoordinateReferenceSystem |
getCoordinateReferenceSystem()
The coordinate reference system in which these geometries are defined. |
GeometryType |
getType()
Override of AttributeDescriptor.getType() which type narrows
to GeometryType . |
Methods inherited from interface AttributeDescriptor |
---|
getDefaultValue, getLocalName |
Methods inherited from interface PropertyDescriptor |
---|
getMaxOccurs, getMinOccurs, getName, getUserData, isNillable |
Method Detail |
---|
GeometryType getType()
AttributeDescriptor.getType()
which type narrows
to GeometryType
.
getType
in interface AttributeDescriptor
getType
in interface PropertyDescriptor
PropertyDescriptor.getType()
CoordinateReferenceSystem getCoordinateReferenceSystem()
This method may return null
, but this should only occur in
cases where the actual crs is not known. A common case is when a shapefile
does not have an accompanied .prj file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |