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.gml
Methods in net.opengis.gml that return VectorType Modifier and Type Method Description VectorType
GmlFactory. createVectorType()
Returns a new object of class 'Vector Type'. -
Uses of VectorType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement VectorType Modifier and Type Class Description class
VectorTypeImpl
An implementation of the model object 'Vector Type'.Methods in net.opengis.gml.impl that return VectorType Modifier and Type Method Description VectorType
GmlFactoryImpl. createVectorType()
-
Uses of VectorType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type VectorType Modifier and Type Method Description Object
GmlSwitch. caseVectorType(VectorType object)
Returns the result of interpreting the object as an instance of 'Vector Type'.boolean
GmlValidator. validateVectorType(VectorType vectorType, DiagnosticChain diagnostics, Map context)
-