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 AffinePlacementType
Gml311Factory. createAffinePlacementType()
Returns a new object of class 'Affine Placement Type'.AffinePlacementType
DocumentRoot. getAffinePlacement()
Returns the value of the 'Affine Placement' containment reference.AffinePlacementType
RefLocationType. 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 void
DocumentRoot. setAffinePlacement(AffinePlacementType value)
Sets the value of the 'Affine Placement
' containment reference.void
RefLocationType. 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 class
AffinePlacementTypeImpl
An implementation of the model object 'Affine Placement Type'.Fields in net.opengis.gml311.impl declared as AffinePlacementType Modifier and Type Field Description protected AffinePlacementType
RefLocationTypeImpl. affinePlacement
The cached value of the 'Affine Placement
' containment reference.Methods in net.opengis.gml311.impl that return AffinePlacementType Modifier and Type Method Description AffinePlacementType
Gml311FactoryImpl. createAffinePlacementType()
AffinePlacementType
DocumentRootImpl. getAffinePlacement()
AffinePlacementType
RefLocationTypeImpl. getAffinePlacement()
Methods in net.opengis.gml311.impl with parameters of type AffinePlacementType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAffinePlacement(AffinePlacementType newAffinePlacement, NotificationChain msgs)
NotificationChain
RefLocationTypeImpl. basicSetAffinePlacement(AffinePlacementType newAffinePlacement, NotificationChain msgs)
void
DocumentRootImpl. setAffinePlacement(AffinePlacementType newAffinePlacement)
void
RefLocationTypeImpl. 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 T
Gml311Switch. caseAffinePlacementType(AffinePlacementType object)
Returns the result of interpreting the object as an instance of 'Affine Placement Type'.boolean
Gml311Validator. validateAffinePlacementType(AffinePlacementType affinePlacementType, DiagnosticChain diagnostics, Map<Object,Object> context)
-