public class XpsviGmlObjectDefinition extends Object implements GmlObjectDefinition
| Constructor and Description |
|---|
XpsviGmlObjectDefinition(GmlSchemaParser model,
org.apache.xerces.xs.XSElementDeclaration element) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.xerces.xs.XSElementDeclaration |
getElementDecl() |
Collection |
getMandatoryPropertyNames() |
String |
getName() |
String |
getNamespaceUri() |
Collection |
getProperties(org.apache.xerces.xs.XSElementDeclaration element) |
GmlPropertyDefinition |
getProperty(String propertyNamespaceUri,
String propertyLocalName) |
Collection |
getPropertyNames() |
protected GmlSchemaParser |
getSchemaParser() |
boolean |
isCollection() |
boolean |
isFeature() |
boolean |
isFeatureCollection() |
boolean |
isGeometry() |
boolean |
isGeometryCollection() |
boolean |
isMandatoryProperty(String propertyNamespaceUri,
String propertyLocalName) |
boolean |
isTopoComplex() |
boolean |
isTopology() |
public XpsviGmlObjectDefinition(GmlSchemaParser model, org.apache.xerces.xs.XSElementDeclaration element)
public String getNamespaceUri()
getNamespaceUri in interface GmlObjectDefinitionpublic String getName()
getName in interface GmlObjectDefinitionpublic boolean isCollection()
isCollection in interface GmlObjectDefinitionpublic boolean isFeature()
isFeature in interface GmlObjectDefinitionpublic boolean isFeatureCollection()
isFeatureCollection in interface GmlObjectDefinitionpublic boolean isGeometry()
isGeometry in interface GmlObjectDefinitionpublic boolean isGeometryCollection()
isGeometryCollection in interface GmlObjectDefinitionpublic Collection getProperties(org.apache.xerces.xs.XSElementDeclaration element)
public GmlPropertyDefinition getProperty(String propertyNamespaceUri, String propertyLocalName)
getProperty in interface GmlObjectDefinitionpublic Collection getPropertyNames()
getPropertyNames in interface GmlObjectDefinitionpublic Collection getMandatoryPropertyNames()
getMandatoryPropertyNames in interface GmlObjectDefinitionpublic boolean isMandatoryProperty(String propertyNamespaceUri, String propertyLocalName)
isMandatoryProperty in interface GmlObjectDefinitionprotected GmlSchemaParser getSchemaParser()
protected org.apache.xerces.xs.XSElementDeclaration getElementDecl()
public boolean isTopoComplex()
isTopoComplex in interface GmlObjectDefinitionpublic boolean isTopology()
isTopology in interface GmlObjectDefinitionCopyright © 2014 Open Geospatial Consortium. All rights reserved.