public class XPsviGmlPropertyDefinition extends Object implements GmlPropertyDefinition
| Type | Property and Description |
|---|---|
boolean |
isFeatureArray |
boolean |
isFeatureValue |
boolean |
isGeometry |
boolean |
isTopology |
| Constructor and Description |
|---|
XPsviGmlPropertyDefinition(GmlSchemaParser model,
org.apache.xerces.xs.XSParticle particle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHaveLocalValue() |
boolean |
canHaveRemoteValue() |
List |
getGeometryTypeNames() |
int |
getMaxOccurs() |
int |
getMinOccurs() |
String |
getName() |
String |
getNamespaceUri() |
List |
getTopologyTypeNames() |
boolean |
isFeatureArrayProperty() |
boolean |
isFeatureValueProperty() |
boolean |
isGeometryProperty() |
boolean |
isMandatory() |
boolean |
isSimpleValued() |
boolean |
isTopologyProperty() |
isGeometryProperty in interface GmlPropertyDefinitionisTopologyProperty in interface GmlPropertyDefinitionisFeatureArrayProperty in interface GmlPropertyDefinitionisFeatureValueProperty in interface GmlPropertyDefinitionpublic XPsviGmlPropertyDefinition(GmlSchemaParser model, org.apache.xerces.xs.XSParticle particle)
public String getNamespaceUri()
getNamespaceUri in interface GmlPropertyDefinitionpublic String getName()
getName in interface GmlPropertyDefinitionpublic int getMinOccurs()
getMinOccurs in interface GmlPropertyDefinitionpublic int getMaxOccurs()
getMaxOccurs in interface GmlPropertyDefinitionpublic boolean isMandatory()
isMandatory in interface GmlPropertyDefinitionpublic boolean isGeometryProperty()
isGeometryProperty in interface GmlPropertyDefinitionpublic boolean isTopologyProperty()
isTopologyProperty in interface GmlPropertyDefinitionpublic boolean isSimpleValued()
isSimpleValued in interface GmlPropertyDefinitionpublic boolean canHaveRemoteValue()
canHaveRemoteValue in interface GmlPropertyDefinitionpublic boolean canHaveLocalValue()
canHaveLocalValue in interface GmlPropertyDefinitionpublic List getGeometryTypeNames()
getGeometryTypeNames in interface GmlPropertyDefinitionpublic List getTopologyTypeNames()
getTopologyTypeNames in interface GmlPropertyDefinitionpublic boolean isFeatureArrayProperty()
isFeatureArrayProperty in interface GmlPropertyDefinitionpublic boolean isFeatureValueProperty()
isFeatureValueProperty in interface GmlPropertyDefinitionCopyright © 2014 Open Geospatial Consortium. All rights reserved.