|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.n52.oxf.feature.OXFFeatureType
public class OXFFeatureType
| Field Summary | |
|---|---|
protected List<org.opengis.feature.FeatureAttributeDescriptor> |
featureAttributeDescriptors
|
protected String |
typeName
|
| Constructor Summary | |
|---|---|
OXFFeatureType(String typeName,
List<org.opengis.feature.FeatureAttributeDescriptor> featureAttributeDescriptors)
|
|
| Method Summary | |
|---|---|
org.opengis.feature.Feature |
createFeature()
not supported |
org.opengis.feature.FeatureAttributeDescriptor |
getAttributeDescriptor(String attributeName)
|
List<org.opengis.feature.FeatureAttributeDescriptor> |
getAttributeDescriptors()
Returns a list of descriptors that lists all of the attributes that a Feature of this type will
have. |
List |
getChildTypes()
not supported |
OXFGeometryAttribute |
getDefaultShapeAttribute()
not supported |
org.opengis.util.GenericName |
getName()
not supported |
String |
getPreferredPrefix()
not supported |
String |
getTypeName()
|
boolean |
hasAttribute(String attributeName)
|
boolean |
isCollectionType()
Returns true if features of this type can be cast to FeatureCollection. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String typeName
protected List<org.opengis.feature.FeatureAttributeDescriptor> featureAttributeDescriptors
| Constructor Detail |
|---|
public OXFFeatureType(String typeName,
List<org.opengis.feature.FeatureAttributeDescriptor> featureAttributeDescriptors)
typeName - featureAttributeDescriptors - defaultShapeAttribute - | Method Detail |
|---|
public String getTypeName()
public boolean hasAttribute(String attributeName)
attributeName -
public org.opengis.feature.FeatureAttributeDescriptor getAttributeDescriptor(String attributeName)
attributeName -
null if there is no
such FeatureAttributeDescriptor.public List<org.opengis.feature.FeatureAttributeDescriptor> getAttributeDescriptors()
Feature of this type will
have.
getAttributeDescriptors in interface org.opengis.feature.FeatureTypepublic boolean isCollectionType()
FeatureCollection.
isCollectionType in interface org.opengis.feature.FeatureTypepublic String toString()
toString in class Object
public org.opengis.feature.Feature createFeature()
throws UnsupportedOperationException
createFeature in interface org.opengis.feature.FeatureTypeUnsupportedOperationException
public org.opengis.util.GenericName getName()
throws UnsupportedOperationException
getName in interface org.opengis.feature.FeatureTypeUnsupportedOperationException
public String getPreferredPrefix()
throws UnsupportedOperationException
getPreferredPrefix in interface org.opengis.feature.FeatureTypeUnsupportedOperationException
public List getChildTypes()
throws UnsupportedOperationException
getChildTypes in interface org.opengis.feature.FeatureTypeUnsupportedOperationException
public OXFGeometryAttribute getDefaultShapeAttribute()
throws UnsupportedOperationException
getDefaultShapeAttribute in interface org.opengis.feature.FeatureTypeUnsupportedOperationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||