Uses of Interface
net.opengis.gml.LinearRingType
-
Packages that use LinearRingType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation -
-
Uses of LinearRingType in net.opengis.gml
Methods in net.opengis.gml that return LinearRingType Modifier and Type Method Description LinearRingType
GmlFactory. createLinearRingType()
Returns a new object of class 'Linear Ring Type'.LinearRingType
AbstractRingPropertyType. getLinearRing()
Returns the value of the 'Linear Ring' containment reference.LinearRingType
DocumentRoot. getLinearRing()
Returns the value of the 'Linear Ring' containment reference.Methods in net.opengis.gml with parameters of type LinearRingType Modifier and Type Method Description void
AbstractRingPropertyType. setLinearRing(LinearRingType value)
Sets the value of the 'Linear Ring
' containment reference.void
DocumentRoot. setLinearRing(LinearRingType value)
Sets the value of the 'Linear Ring
' containment reference. -
Uses of LinearRingType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement LinearRingType Modifier and Type Class Description class
LinearRingTypeImpl
An implementation of the model object 'Linear Ring Type'.Fields in net.opengis.gml.impl declared as LinearRingType Modifier and Type Field Description protected LinearRingType
AbstractRingPropertyTypeImpl. linearRing
The cached value of the 'Linear Ring
' containment reference.Methods in net.opengis.gml.impl that return LinearRingType Modifier and Type Method Description LinearRingType
GmlFactoryImpl. createLinearRingType()
LinearRingType
AbstractRingPropertyTypeImpl. getLinearRing()
LinearRingType
DocumentRootImpl. getLinearRing()
Methods in net.opengis.gml.impl with parameters of type LinearRingType Modifier and Type Method Description NotificationChain
AbstractRingPropertyTypeImpl. basicSetLinearRing(LinearRingType newLinearRing, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetLinearRing(LinearRingType newLinearRing, NotificationChain msgs)
void
AbstractRingPropertyTypeImpl. setLinearRing(LinearRingType newLinearRing)
void
DocumentRootImpl. setLinearRing(LinearRingType newLinearRing)
-
Uses of LinearRingType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type LinearRingType Modifier and Type Method Description Object
GmlSwitch. caseLinearRingType(LinearRingType object)
Returns the result of interpreting the object as an instance of 'Linear Ring Type'.boolean
GmlValidator. validateLinearRingType(LinearRingType linearRingType, DiagnosticChain diagnostics, Map context)
-
Uses of LinearRingType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type LinearRingType Modifier and Type Method Description boolean
AbstractRingPropertyTypeValidator. validateLinearRing(LinearRingType value)
boolean
DocumentRootValidator. validateLinearRing(LinearRingType value)
-