Uses of Interface
net.opengis.gml311.LocationPropertyType
Packages that use LocationPropertyType
-
Uses of LocationPropertyType in net.opengis.gml311
Subinterfaces of LocationPropertyType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Priority Location Property Type'.Methods in net.opengis.gml311 that return LocationPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createLocationPropertyType()
Returns a new object of class 'Location Property Type'.AbstractFeatureType.getLocation()
Returns the value of the 'Location' containment reference.DocumentRoot.getLocation()
Returns the value of the 'Location' containment reference.MovingObjectStatusType.getLocation()
Returns the value of the 'Location' containment reference.Methods in net.opengis.gml311 with parameters of type LocationPropertyTypeModifier and TypeMethodDescriptionvoid
AbstractFeatureType.setLocation
(LocationPropertyType value) Sets the value of the 'Location
' containment reference.void
DocumentRoot.setLocation
(LocationPropertyType value) Sets the value of the 'Location
' containment reference.void
MovingObjectStatusType.setLocation
(LocationPropertyType value) Sets the value of the 'Location
' containment reference. -
Uses of LocationPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement LocationPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Location Property Type'.class
An implementation of the model object 'Priority Location Property Type'.Methods in net.opengis.gml311.impl that return LocationPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createLocationPropertyType()
AbstractFeatureTypeImpl.getLocation()
DocumentRootImpl.getLocation()
MovingObjectStatusTypeImpl.getLocation()
Methods in net.opengis.gml311.impl with parameters of type LocationPropertyTypeModifier and TypeMethodDescriptionNotificationChain
AbstractFeatureTypeImpl.basicSetLocation
(LocationPropertyType newLocation, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetLocation
(LocationPropertyType newLocation, NotificationChain msgs) NotificationChain
MovingObjectStatusTypeImpl.basicSetLocation
(LocationPropertyType newLocation, NotificationChain msgs) void
AbstractFeatureTypeImpl.setLocation
(LocationPropertyType newLocation) void
DocumentRootImpl.setLocation
(LocationPropertyType newLocation) void
MovingObjectStatusTypeImpl.setLocation
(LocationPropertyType newLocation) -
Uses of LocationPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type LocationPropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseLocationPropertyType
(LocationPropertyType object) Returns the result of interpreting the object as an instance of 'Location Property Type'.boolean
Gml311Validator.validateLocationPropertyType
(LocationPropertyType locationPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)