org.geotools.feature
Class AssociationImpl
java.lang.Object
org.geotools.feature.PropertyImpl
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
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 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 |
AssociationImpl
protected AssociationImpl(org.opengis.feature.Attribute value,
org.opengis.feature.type.AssociationDescriptor descriptor)
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.