Package net.opengis.gml.validation
Interface DocumentRootValidator
public interface DocumentRootValidator
A sample validator interface for
DocumentRoot
.
This doesn't really do anything, and it's not a real EMF artifact.
It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.-
Method Summary
Modifier and TypeMethodDescriptionboolean
validate()
boolean
boolean
boolean
validateEnvelope
(EnvelopeType value) boolean
boolean
boolean
boolean
boolean
validateGML
(AbstractGMLType value) boolean
validateGrid
(GridType value) boolean
validateId
(String value) boolean
boolean
validateLinearRing
(LinearRingType value) boolean
boolean
boolean
validateMixed
(FeatureMap value) boolean
validateName
(CodeType value) boolean
validateObject
(EObject value) boolean
validatePolygon
(PolygonType value) boolean
validatePos
(DirectPositionType value) boolean
boolean
validateRemoteSchema
(String value) boolean
validateRing
(AbstractRingType value) boolean
boolean
boolean
validateXMLNSPrefixMap
(EMap value) boolean
validateXSISchemaLocation
(EMap value)
-
Method Details
-
validate
boolean validate() -
validateMixed
boolean validateMixed(FeatureMap value) -
validateXMLNSPrefixMap
boolean validateXMLNSPrefixMap(EMap value) -
validateXSISchemaLocation
boolean validateXSISchemaLocation(EMap value) -
validateGeometricPrimitive
-
validateGeometry
-
validateGML
-
validateObject
boolean validateObject(EObject value) -
validateMetaData
-
validateRing
-
validateSurface
-
validateBoundedBy
-
validateDescription
-
validateEnvelope
-
validateEnvelopeWithTimePeriod
-
validateExterior
-
validateGrid
-
validateInterior
-
validateLinearRing
-
validateMetaDataProperty
-
validateName
-
validatePolygon
-
validatePos
-
validateRectifiedGrid
-
validateTimePosition
-
validateId
-
validateRemoteSchema
-