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 PriorityLocationPropertyType
Gml311Factory. createPriorityLocationPropertyType()
Returns a new object of class 'Priority Location Property Type'.PriorityLocationPropertyType
DocumentRoot. 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 void
DocumentRoot. 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 class
PriorityLocationPropertyTypeImpl
An implementation of the model object 'Priority Location Property Type'.Methods in net.opengis.gml311.impl that return PriorityLocationPropertyType Modifier and Type Method Description PriorityLocationPropertyType
Gml311FactoryImpl. createPriorityLocationPropertyType()
PriorityLocationPropertyType
DocumentRootImpl. getPriorityLocation()
Methods in net.opengis.gml311.impl with parameters of type PriorityLocationPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPriorityLocation(PriorityLocationPropertyType newPriorityLocation, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. casePriorityLocationPropertyType(PriorityLocationPropertyType object)
Returns the result of interpreting the object as an instance of 'Priority Location Property Type'.boolean
Gml311Validator. validatePriorityLocationPropertyType(PriorityLocationPropertyType priorityLocationPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-