org.geotools.feature.type
Class AssociationDescriptorImpl
java.lang.Object
org.geotools.feature.type.PropertyDescriptorImpl
org.geotools.feature.type.AssociationDescriptorImpl
- All Implemented Interfaces:
- org.opengis.feature.type.AssociationDescriptor, org.opengis.feature.type.PropertyDescriptor
public class AssociationDescriptorImpl
- extends PropertyDescriptorImpl
- implements org.opengis.feature.type.AssociationDescriptor
Constructor Summary |
AssociationDescriptorImpl(org.opengis.feature.type.AssociationType type,
org.opengis.feature.type.Name name,
int min,
int max,
boolean isNillable)
|
Method Summary |
org.opengis.feature.type.AssociationType |
getType()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.feature.type.PropertyDescriptor |
getMaxOccurs, getMinOccurs, getName, getUserData, isNillable |
AssociationDescriptorImpl
public AssociationDescriptorImpl(org.opengis.feature.type.AssociationType type,
org.opengis.feature.type.Name name,
int min,
int max,
boolean isNillable)
getType
public org.opengis.feature.type.AssociationType getType()
- Specified by:
getType
in interface org.opengis.feature.type.AssociationDescriptor
- Specified by:
getType
in interface org.opengis.feature.type.PropertyDescriptor
- Overrides:
getType
in class PropertyDescriptorImpl
Copyright © 1996-2010 Geotools. All Rights Reserved.