org.geotools.feature
Class AssociationImpl

java.lang.Object
  extended by org.geotools.feature.PropertyImpl
      extended by org.geotools.feature.AssociationImpl
All Implemented Interfaces:
org.opengis.feature.Association, org.opengis.feature.Property

public class AssociationImpl
extends PropertyImpl
implements org.opengis.feature.Association


Field Summary
 
Fields inherited from class org.geotools.feature.PropertyImpl
descriptor, userData, value
 
Constructor Summary
protected AssociationImpl(org.opengis.feature.Attribute value, org.opengis.feature.type.AssociationDescriptor descriptor)
           
 
Method Summary
 org.opengis.feature.type.AssociationDescriptor getDescriptor()
           
 org.opengis.feature.type.AttributeType getRelatedType()
           
 org.opengis.feature.type.AssociationType getType()
           
 org.opengis.feature.Attribute getValue()
           
 
Methods inherited from class org.geotools.feature.PropertyImpl
equals, getName, getUserData, hashCode, isNillable, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.opengis.feature.Association
setValue
 
Methods inherited from interface org.opengis.feature.Property
getName, getUserData, isNillable
 

Constructor Detail

AssociationImpl

protected AssociationImpl(org.opengis.feature.Attribute value,
                          org.opengis.feature.type.AssociationDescriptor descriptor)
Method Detail

getRelatedType

public org.opengis.feature.type.AttributeType getRelatedType()
Specified by:
getRelatedType in interface org.opengis.feature.Association

getDescriptor

public org.opengis.feature.type.AssociationDescriptor getDescriptor()
Specified by:
getDescriptor in interface org.opengis.feature.Association
Specified by:
getDescriptor in interface org.opengis.feature.Property
Overrides:
getDescriptor in class PropertyImpl

getType

public org.opengis.feature.type.AssociationType getType()
Specified by:
getType in interface org.opengis.feature.Association
Specified by:
getType in interface org.opengis.feature.Property
Overrides:
getType in class PropertyImpl

getValue

public org.opengis.feature.Attribute getValue()
Specified by:
getValue in interface org.opengis.feature.Association
Specified by:
getValue in interface org.opengis.feature.Property
Overrides:
getValue in class PropertyImpl


Copyright © 1996-2010 Geotools. All Rights Reserved.