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.gmlMethods in net.opengis.gml that return ReferenceType Modifier and Type Method Description ReferenceTypeGmlFactory. createReferenceType()Returns a new object of class 'Reference Type'.
- 
Uses of ReferenceType in net.opengis.gml.implClasses in net.opengis.gml.impl that implement ReferenceType Modifier and Type Class Description classReferenceTypeImplAn implementation of the model object 'Reference Type'.Methods in net.opengis.gml.impl that return ReferenceType Modifier and Type Method Description ReferenceTypeGmlFactoryImpl. createReferenceType()
- 
Uses of ReferenceType in net.opengis.gml.utilMethods in net.opengis.gml.util with parameters of type ReferenceType Modifier and Type Method Description ObjectGmlSwitch. caseReferenceType(ReferenceType object)Returns the result of interpreting the object as an instance of 'Reference Type'.booleanGmlValidator. validateReferenceType(ReferenceType referenceType, DiagnosticChain diagnostics, Map context)
 
-