Uses of Interface
net.opengis.gml311.PriorityLocationPropertyType
-
Packages that use PriorityLocationPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PriorityLocationPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return PriorityLocationPropertyType Modifier and Type Method Description PriorityLocationPropertyTypeGml311Factory. createPriorityLocationPropertyType()Returns a new object of class 'Priority Location Property Type'.PriorityLocationPropertyTypeDocumentRoot. getPriorityLocation()Returns the value of the 'Priority Location' containment reference.Methods in net.opengis.gml311 with parameters of type PriorityLocationPropertyType Modifier and Type Method Description voidDocumentRoot. setPriorityLocation(PriorityLocationPropertyType value)Sets the value of the 'Priority Location' containment reference. -
Uses of PriorityLocationPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PriorityLocationPropertyType Modifier and Type Class Description classPriorityLocationPropertyTypeImplAn implementation of the model object 'Priority Location Property Type'.Methods in net.opengis.gml311.impl that return PriorityLocationPropertyType Modifier and Type Method Description PriorityLocationPropertyTypeGml311FactoryImpl. createPriorityLocationPropertyType()PriorityLocationPropertyTypeDocumentRootImpl. getPriorityLocation()Methods in net.opengis.gml311.impl with parameters of type PriorityLocationPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPriorityLocation(PriorityLocationPropertyType newPriorityLocation, NotificationChain msgs)voidDocumentRootImpl. setPriorityLocation(PriorityLocationPropertyType newPriorityLocation) -
Uses of PriorityLocationPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PriorityLocationPropertyType Modifier and Type Method Description TGml311Switch. casePriorityLocationPropertyType(PriorityLocationPropertyType object)Returns the result of interpreting the object as an instance of 'Priority Location Property Type'.booleanGml311Validator. validatePriorityLocationPropertyType(PriorityLocationPropertyType priorityLocationPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-