org.geotools.feature.type
Class GeometryDescriptorImpl
Object
PropertyDescriptorImpl
AttributeDescriptorImpl
GeometryDescriptorImpl
- All Implemented Interfaces:
- AttributeDescriptor, GeometryDescriptor, PropertyDescriptor
public class GeometryDescriptorImpl
- extends AttributeDescriptorImpl
- implements GeometryDescriptor
Methods inherited from interface AttributeDescriptor |
getDefaultValue |
Methods inherited from interface PropertyDescriptor |
getMaxOccurs, getMinOccurs, getName, getUserData, isNillable |
GeometryDescriptorImpl
public GeometryDescriptorImpl(GeometryType type,
Name name,
int min,
int max,
boolean isNillable,
Object defaultValue)
getType
public GeometryType getType()
- Specified by:
getType
in interface AttributeDescriptor
- Specified by:
getType
in interface GeometryDescriptor
- Specified by:
getType
in interface PropertyDescriptor
- Overrides:
getType
in class AttributeDescriptorImpl
getCoordinateReferenceSystem
public CoordinateReferenceSystem getCoordinateReferenceSystem()
- Specified by:
getCoordinateReferenceSystem
in interface GeometryDescriptor
getLocalName
public String getLocalName()
- Specified by:
getLocalName
in interface AttributeDescriptor
- Overrides:
getLocalName
in class AttributeDescriptorImpl
Copyright © 1996-2009 Geotools. All Rights Reserved.