Uses of Interface
net.opengis.gml.VectorType
- 
Packages that use VectorType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util 
- 
- 
Uses of VectorType in net.opengis.gmlMethods in net.opengis.gml that return VectorType Modifier and Type Method Description VectorTypeGmlFactory. createVectorType()Returns a new object of class 'Vector Type'.
- 
Uses of VectorType in net.opengis.gml.implClasses in net.opengis.gml.impl that implement VectorType Modifier and Type Class Description classVectorTypeImplAn implementation of the model object 'Vector Type'.Methods in net.opengis.gml.impl that return VectorType Modifier and Type Method Description VectorTypeGmlFactoryImpl. createVectorType()
- 
Uses of VectorType in net.opengis.gml.utilMethods in net.opengis.gml.util with parameters of type VectorType Modifier and Type Method Description ObjectGmlSwitch. caseVectorType(VectorType object)Returns the result of interpreting the object as an instance of 'Vector Type'.booleanGmlValidator. validateVectorType(VectorType vectorType, DiagnosticChain diagnostics, Map context)
 
-