Uses of Interface
net.opengis.gml311.LinearRingType
-
Packages that use LinearRingType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of LinearRingType in net.opengis.gml311
Methods in net.opengis.gml311 that return LinearRingType Modifier and Type Method Description LinearRingType
Gml311Factory. createLinearRingType()
Returns a new object of class 'Linear Ring Type'.LinearRingType
DocumentRoot. getLinearRing()
Returns the value of the 'Linear Ring' containment reference.LinearRingType
LinearRingPropertyType. getLinearRing()
Returns the value of the 'Linear Ring' containment reference.Methods in net.opengis.gml311 with parameters of type LinearRingType Modifier and Type Method Description void
DocumentRoot. setLinearRing(LinearRingType value)
Sets the value of the 'Linear Ring
' containment reference.void
LinearRingPropertyType. setLinearRing(LinearRingType value)
Sets the value of the 'Linear Ring
' containment reference. -
Uses of LinearRingType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement LinearRingType Modifier and Type Class Description class
LinearRingTypeImpl
An implementation of the model object 'Linear Ring Type'.Fields in net.opengis.gml311.impl declared as LinearRingType Modifier and Type Field Description protected LinearRingType
LinearRingPropertyTypeImpl. linearRing
The cached value of the 'Linear Ring
' containment reference.Methods in net.opengis.gml311.impl that return LinearRingType Modifier and Type Method Description LinearRingType
Gml311FactoryImpl. createLinearRingType()
LinearRingType
DocumentRootImpl. getLinearRing()
LinearRingType
LinearRingPropertyTypeImpl. getLinearRing()
Methods in net.opengis.gml311.impl with parameters of type LinearRingType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetLinearRing(LinearRingType newLinearRing, NotificationChain msgs)
NotificationChain
LinearRingPropertyTypeImpl. basicSetLinearRing(LinearRingType newLinearRing, NotificationChain msgs)
void
DocumentRootImpl. setLinearRing(LinearRingType newLinearRing)
void
LinearRingPropertyTypeImpl. setLinearRing(LinearRingType newLinearRing)
-
Uses of LinearRingType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type LinearRingType Modifier and Type Method Description T
Gml311Switch. caseLinearRingType(LinearRingType object)
Returns the result of interpreting the object as an instance of 'Linear Ring Type'.boolean
Gml311Validator. validateLinearRingType(LinearRingType linearRingType, DiagnosticChain diagnostics, Map<Object,Object> context)
-