org.geotools.feature.type
Class GeometryDescriptorImpl
java.lang.Object
org.geotools.feature.type.PropertyDescriptorImpl
org.geotools.feature.type.AttributeDescriptorImpl
org.geotools.feature.type.GeometryDescriptorImpl
- All Implemented Interfaces:
- org.opengis.feature.type.AttributeDescriptor, org.opengis.feature.type.GeometryDescriptor, org.opengis.feature.type.PropertyDescriptor
public class GeometryDescriptorImpl
- extends AttributeDescriptorImpl
- implements org.opengis.feature.type.GeometryDescriptor
Constructor Summary |
GeometryDescriptorImpl(org.opengis.feature.type.GeometryType type,
org.opengis.feature.type.Name name,
int min,
int max,
boolean isNillable,
java.lang.Object defaultValue)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.feature.type.AttributeDescriptor |
getDefaultValue |
Methods inherited from interface org.opengis.feature.type.PropertyDescriptor |
getMaxOccurs, getMinOccurs, getName, getUserData, isNillable |
GeometryDescriptorImpl
public GeometryDescriptorImpl(org.opengis.feature.type.GeometryType type,
org.opengis.feature.type.Name name,
int min,
int max,
boolean isNillable,
java.lang.Object defaultValue)
getType
public org.opengis.feature.type.GeometryType getType()
- Specified by:
getType
in interface org.opengis.feature.type.AttributeDescriptor
- Specified by:
getType
in interface org.opengis.feature.type.GeometryDescriptor
- Specified by:
getType
in interface org.opengis.feature.type.PropertyDescriptor
- Overrides:
getType
in class AttributeDescriptorImpl
getCoordinateReferenceSystem
public org.opengis.referencing.crs.CoordinateReferenceSystem getCoordinateReferenceSystem()
- Specified by:
getCoordinateReferenceSystem
in interface org.opengis.feature.type.GeometryDescriptor
getLocalName
public java.lang.String getLocalName()
- Specified by:
getLocalName
in interface org.opengis.feature.type.AttributeDescriptor
- Overrides:
getLocalName
in class AttributeDescriptorImpl
Copyright © 1996-2010 Geotools. All Rights Reserved.