Uses of Interface
net.opengis.gml311.AffinePlacementType
-
Packages that use AffinePlacementType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AffinePlacementType in net.opengis.gml311
Methods in net.opengis.gml311 that return AffinePlacementType Modifier and Type Method Description AffinePlacementTypeGml311Factory. createAffinePlacementType()Returns a new object of class 'Affine Placement Type'.AffinePlacementTypeDocumentRoot. getAffinePlacement()Returns the value of the 'Affine Placement' containment reference.AffinePlacementTypeRefLocationType. getAffinePlacement()Returns the value of the 'Affine Placement' containment reference.Methods in net.opengis.gml311 with parameters of type AffinePlacementType Modifier and Type Method Description voidDocumentRoot. setAffinePlacement(AffinePlacementType value)Sets the value of the 'Affine Placement' containment reference.voidRefLocationType. setAffinePlacement(AffinePlacementType value)Sets the value of the 'Affine Placement' containment reference. -
Uses of AffinePlacementType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AffinePlacementType Modifier and Type Class Description classAffinePlacementTypeImplAn implementation of the model object 'Affine Placement Type'.Fields in net.opengis.gml311.impl declared as AffinePlacementType Modifier and Type Field Description protected AffinePlacementTypeRefLocationTypeImpl. affinePlacementThe cached value of the 'Affine Placement' containment reference.Methods in net.opengis.gml311.impl that return AffinePlacementType Modifier and Type Method Description AffinePlacementTypeGml311FactoryImpl. createAffinePlacementType()AffinePlacementTypeDocumentRootImpl. getAffinePlacement()AffinePlacementTypeRefLocationTypeImpl. getAffinePlacement()Methods in net.opengis.gml311.impl with parameters of type AffinePlacementType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetAffinePlacement(AffinePlacementType newAffinePlacement, NotificationChain msgs)NotificationChainRefLocationTypeImpl. basicSetAffinePlacement(AffinePlacementType newAffinePlacement, NotificationChain msgs)voidDocumentRootImpl. setAffinePlacement(AffinePlacementType newAffinePlacement)voidRefLocationTypeImpl. setAffinePlacement(AffinePlacementType newAffinePlacement) -
Uses of AffinePlacementType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AffinePlacementType Modifier and Type Method Description TGml311Switch. caseAffinePlacementType(AffinePlacementType object)Returns the result of interpreting the object as an instance of 'Affine Placement Type'.booleanGml311Validator. validateAffinePlacementType(AffinePlacementType affinePlacementType, DiagnosticChain diagnostics, Map<Object,Object> context)
-