org.geotools.feature.type
Class GeometryDescriptorImpl

java.lang.Object
  extended by org.geotools.feature.type.PropertyDescriptorImpl
      extended by org.geotools.feature.type.AttributeDescriptorImpl
          extended by 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


Field Summary
 
Fields inherited from class org.geotools.feature.type.AttributeDescriptorImpl
defaultValue
 
Fields inherited from class org.geotools.feature.type.PropertyDescriptorImpl
isNillable, maxOccurs, minOccurs, name, type
 
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)
           
 
Method Summary
 org.opengis.referencing.crs.CoordinateReferenceSystem getCoordinateReferenceSystem()
           
 java.lang.String getLocalName()
           
 org.opengis.feature.type.GeometryType getType()
           
 
Methods inherited from class org.geotools.feature.type.AttributeDescriptorImpl
equals, getDefaultValue, hashCode, toString
 
Methods inherited from class org.geotools.feature.type.PropertyDescriptorImpl
getMaxOccurs, getMinOccurs, getName, getUserData, isNillable
 
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
 

Constructor Detail

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)
Method Detail

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.