org.geotools.feature.type
Class GeometryDescriptorImpl

Object
  extended by PropertyDescriptorImpl
      extended by AttributeDescriptorImpl
          extended by GeometryDescriptorImpl
All Implemented Interfaces:
AttributeDescriptor, GeometryDescriptor, PropertyDescriptor

public class GeometryDescriptorImpl
extends AttributeDescriptorImpl
implements GeometryDescriptor


Field Summary
 
Fields inherited from class AttributeDescriptorImpl
defaultValue
 
Fields inherited from class PropertyDescriptorImpl
isNillable, maxOccurs, minOccurs, name, type
 
Constructor Summary
GeometryDescriptorImpl(GeometryType type, Name name, int min, int max, boolean isNillable, Object defaultValue)
           
 
Method Summary
 CoordinateReferenceSystem getCoordinateReferenceSystem()
           
 String getLocalName()
           
 GeometryType getType()
           
 
Methods inherited from class AttributeDescriptorImpl
equals, getDefaultValue, hashCode, toString
 
Methods inherited from class PropertyDescriptorImpl
getMaxOccurs, getMinOccurs, getName, getUserData, isNillable
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface AttributeDescriptor
getDefaultValue
 
Methods inherited from interface PropertyDescriptor
getMaxOccurs, getMinOccurs, getName, getUserData, isNillable
 

Constructor Detail

GeometryDescriptorImpl

public GeometryDescriptorImpl(GeometryType type,
                              Name name,
                              int min,
                              int max,
                              boolean isNillable,
                              Object defaultValue)
Method Detail

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-2010 Geotools. All Rights Reserved.