Uses of Interface
net.opengis.gml311.DirectionVectorType
-
Packages that use DirectionVectorType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DirectionVectorType in net.opengis.gml311
Methods in net.opengis.gml311 that return DirectionVectorType Modifier and Type Method Description DirectionVectorTypeGml311Factory. createDirectionVectorType()Returns a new object of class 'Direction Vector Type'.DirectionVectorTypeDirectionPropertyType. getDirectionVector()Returns the value of the 'Direction Vector' containment reference.DirectionVectorTypeDocumentRoot. getDirectionVector()Returns the value of the 'Direction Vector' containment reference.Methods in net.opengis.gml311 with parameters of type DirectionVectorType Modifier and Type Method Description voidDirectionPropertyType. setDirectionVector(DirectionVectorType value)Sets the value of the 'Direction Vector' containment reference.voidDocumentRoot. setDirectionVector(DirectionVectorType value)Sets the value of the 'Direction Vector' containment reference. -
Uses of DirectionVectorType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DirectionVectorType Modifier and Type Class Description classDirectionVectorTypeImplAn implementation of the model object 'Direction Vector Type'.Fields in net.opengis.gml311.impl declared as DirectionVectorType Modifier and Type Field Description protected DirectionVectorTypeDirectionPropertyTypeImpl. directionVectorThe cached value of the 'Direction Vector' containment reference.Methods in net.opengis.gml311.impl that return DirectionVectorType Modifier and Type Method Description DirectionVectorTypeGml311FactoryImpl. createDirectionVectorType()DirectionVectorTypeDirectionPropertyTypeImpl. getDirectionVector()DirectionVectorTypeDocumentRootImpl. getDirectionVector()Methods in net.opengis.gml311.impl with parameters of type DirectionVectorType Modifier and Type Method Description NotificationChainDirectionPropertyTypeImpl. basicSetDirectionVector(DirectionVectorType newDirectionVector, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetDirectionVector(DirectionVectorType newDirectionVector, NotificationChain msgs)voidDirectionPropertyTypeImpl. setDirectionVector(DirectionVectorType newDirectionVector)voidDocumentRootImpl. setDirectionVector(DirectionVectorType newDirectionVector) -
Uses of DirectionVectorType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DirectionVectorType Modifier and Type Method Description TGml311Switch. caseDirectionVectorType(DirectionVectorType object)Returns the result of interpreting the object as an instance of 'Direction Vector Type'.booleanGml311Validator. validateDirectionVectorType(DirectionVectorType directionVectorType, DiagnosticChain diagnostics, Map<Object,Object> context)
-