Uses of Interface
net.opengis.gml.AbstractRingPropertyType
-
Packages that use AbstractRingPropertyType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation -
-
Uses of AbstractRingPropertyType in net.opengis.gml
Methods in net.opengis.gml that return AbstractRingPropertyType Modifier and Type Method Description AbstractRingPropertyType
GmlFactory. createAbstractRingPropertyType()
Returns a new object of class 'Abstract Ring Property Type'.AbstractRingPropertyType
DocumentRoot. getExterior()
Returns the value of the 'Exterior' containment reference.AbstractRingPropertyType
PolygonType. getExterior()
Returns the value of the 'Exterior' containment reference.AbstractRingPropertyType
DocumentRoot. getInterior()
Returns the value of the 'Interior' containment reference.Methods in net.opengis.gml with parameters of type AbstractRingPropertyType Modifier and Type Method Description void
DocumentRoot. setExterior(AbstractRingPropertyType value)
Sets the value of the 'Exterior
' containment reference.void
PolygonType. setExterior(AbstractRingPropertyType value)
Sets the value of the 'Exterior
' containment reference.void
DocumentRoot. setInterior(AbstractRingPropertyType value)
Sets the value of the 'Interior
' containment reference. -
Uses of AbstractRingPropertyType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractRingPropertyType Modifier and Type Class Description class
AbstractRingPropertyTypeImpl
An implementation of the model object 'Abstract Ring Property Type'.Fields in net.opengis.gml.impl declared as AbstractRingPropertyType Modifier and Type Field Description protected AbstractRingPropertyType
PolygonTypeImpl. exterior
The cached value of the 'Exterior
' containment reference.Methods in net.opengis.gml.impl that return AbstractRingPropertyType Modifier and Type Method Description AbstractRingPropertyType
GmlFactoryImpl. createAbstractRingPropertyType()
AbstractRingPropertyType
DocumentRootImpl. getExterior()
AbstractRingPropertyType
PolygonTypeImpl. getExterior()
AbstractRingPropertyType
DocumentRootImpl. getInterior()
Methods in net.opengis.gml.impl with parameters of type AbstractRingPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs)
NotificationChain
PolygonTypeImpl. basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetInterior(AbstractRingPropertyType newInterior, NotificationChain msgs)
void
DocumentRootImpl. setExterior(AbstractRingPropertyType newExterior)
void
PolygonTypeImpl. setExterior(AbstractRingPropertyType newExterior)
void
DocumentRootImpl. setInterior(AbstractRingPropertyType newInterior)
-
Uses of AbstractRingPropertyType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type AbstractRingPropertyType Modifier and Type Method Description Object
GmlSwitch. caseAbstractRingPropertyType(AbstractRingPropertyType object)
Returns the result of interpreting the object as an instance of 'Abstract Ring Property Type'.boolean
GmlValidator. validateAbstractRingPropertyType(AbstractRingPropertyType abstractRingPropertyType, DiagnosticChain diagnostics, Map context)
-
Uses of AbstractRingPropertyType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type AbstractRingPropertyType Modifier and Type Method Description boolean
DocumentRootValidator. validateExterior(AbstractRingPropertyType value)
boolean
PolygonTypeValidator. validateExterior(AbstractRingPropertyType value)
boolean
DocumentRootValidator. validateInterior(AbstractRingPropertyType value)
-