Uses of Interface
net.opengis.gml.ReferenceType
-
Packages that use ReferenceType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util -
-
Uses of ReferenceType in net.opengis.gml
Methods in net.opengis.gml that return ReferenceType Modifier and Type Method Description ReferenceType
GmlFactory. createReferenceType()
Returns a new object of class 'Reference Type'. -
Uses of ReferenceType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement ReferenceType Modifier and Type Class Description class
ReferenceTypeImpl
An implementation of the model object 'Reference Type'.Methods in net.opengis.gml.impl that return ReferenceType Modifier and Type Method Description ReferenceType
GmlFactoryImpl. createReferenceType()
-
Uses of ReferenceType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type ReferenceType Modifier and Type Method Description Object
GmlSwitch. caseReferenceType(ReferenceType object)
Returns the result of interpreting the object as an instance of 'Reference Type'.boolean
GmlValidator. validateReferenceType(ReferenceType referenceType, DiagnosticChain diagnostics, Map context)
-