Uses of Interface
net.opengis.gml311.LocationPropertyType
-
Packages that use LocationPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of LocationPropertyType in net.opengis.gml311
Subinterfaces of LocationPropertyType in net.opengis.gml311 Modifier and Type Interface Description interface
PriorityLocationPropertyType
A representation of the model object 'Priority Location Property Type'.Methods in net.opengis.gml311 that return LocationPropertyType Modifier and Type Method Description LocationPropertyType
Gml311Factory. createLocationPropertyType()
Returns a new object of class 'Location Property Type'.LocationPropertyType
AbstractFeatureType. getLocation()
Returns the value of the 'Location' containment reference.LocationPropertyType
DocumentRoot. getLocation()
Returns the value of the 'Location' containment reference.LocationPropertyType
MovingObjectStatusType. getLocation()
Returns the value of the 'Location' containment reference.Methods in net.opengis.gml311 with parameters of type LocationPropertyType Modifier and Type Method Description void
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 LocationPropertyType Modifier and Type Class Description class
LocationPropertyTypeImpl
An implementation of the model object 'Location Property Type'.class
PriorityLocationPropertyTypeImpl
An implementation of the model object 'Priority Location Property Type'.Methods in net.opengis.gml311.impl that return LocationPropertyType Modifier and Type Method Description LocationPropertyType
Gml311FactoryImpl. createLocationPropertyType()
LocationPropertyType
AbstractFeatureTypeImpl. getLocation()
LocationPropertyType
DocumentRootImpl. getLocation()
LocationPropertyType
MovingObjectStatusTypeImpl. getLocation()
Methods in net.opengis.gml311.impl with parameters of type LocationPropertyType Modifier and Type Method Description NotificationChain
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 LocationPropertyType Modifier and Type Method Description T
Gml311Switch. 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)
-