org.opengis.feature.type
Interface AssociationDescriptor

All Superinterfaces:
PropertyDescriptor
All Known Implementing Classes:
AssociationDescriptorImpl

public interface AssociationDescriptor
extends PropertyDescriptor

Describes an instance of an Association.

Author:
Jody Garnett, Refractions Research, Justin Deoliveira, The Open Planning Project

Method Summary
 AssociationType getType()
          Override of PropertyDescriptor.getType() which type narrows to AssocicationType.
 
Methods inherited from interface PropertyDescriptor
getMaxOccurs, getMinOccurs, getName, getUserData, isNillable
 

Method Detail

getType

AssociationType getType()
Override of PropertyDescriptor.getType() which type narrows to AssocicationType.

Specified by:
getType in interface PropertyDescriptor
See Also:
PropertyDescriptor.getType()


Copyright © 1996-2014 Geotools. All Rights Reserved.