|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPropertyTypeImpl
AttributeTypeImpl
GeometryTypeImpl
public class GeometryTypeImpl
AttributeType for hold geometry implementations, maintains CRS information.
modules/library/main (gt-main.jar)
Field Summary | |
---|---|
protected CoordinateReferenceSystem |
CRS
|
Fields inherited from class AttributeTypeImpl |
---|
identified |
Fields inherited from class PropertyTypeImpl |
---|
binding, description, isAbstract, name, restrictions, superType, userData |
Constructor Summary | |
---|---|
GeometryTypeImpl(Name name,
Class binding,
CoordinateReferenceSystem crs,
boolean identified,
boolean isAbstract,
List<Filter> restrictions,
AttributeType superType,
InternationalString description)
|
Method Summary | |
---|---|
CoordinateReferenceSystem |
getCoordinateReferenceSystem()
|
Methods inherited from class AttributeTypeImpl |
---|
createDefaultValue, equals, getSuper, hashCode, isIdentified, parse, toString |
Methods inherited from class PropertyTypeImpl |
---|
getBinding, getDescription, getName, getRestrictions, getUserData, isAbstract |
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface AttributeType |
---|
getSuper, isIdentified |
Methods inherited from interface PropertyType |
---|
equals, getBinding, getDescription, getName, getRestrictions, getUserData, hashCode, isAbstract |
Field Detail |
---|
protected CoordinateReferenceSystem CRS
Constructor Detail |
---|
public GeometryTypeImpl(Name name, Class binding, CoordinateReferenceSystem crs, boolean identified, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
Method Detail |
---|
public CoordinateReferenceSystem getCoordinateReferenceSystem()
getCoordinateReferenceSystem
in interface GeometryType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |