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.gmlMethods in net.opengis.gml that return AbstractRingPropertyType Modifier and Type Method Description AbstractRingPropertyTypeGmlFactory. createAbstractRingPropertyType()Returns a new object of class 'Abstract Ring Property Type'.AbstractRingPropertyTypeDocumentRoot. getExterior()Returns the value of the 'Exterior' containment reference.AbstractRingPropertyTypePolygonType. getExterior()Returns the value of the 'Exterior' containment reference.AbstractRingPropertyTypeDocumentRoot. getInterior()Returns the value of the 'Interior' containment reference.Methods in net.opengis.gml with parameters of type AbstractRingPropertyType Modifier and Type Method Description voidDocumentRoot. setExterior(AbstractRingPropertyType value)Sets the value of the 'Exterior' containment reference.voidPolygonType. setExterior(AbstractRingPropertyType value)Sets the value of the 'Exterior' containment reference.voidDocumentRoot. setInterior(AbstractRingPropertyType value)Sets the value of the 'Interior' containment reference.
- 
Uses of AbstractRingPropertyType in net.opengis.gml.implClasses in net.opengis.gml.impl that implement AbstractRingPropertyType Modifier and Type Class Description classAbstractRingPropertyTypeImplAn implementation of the model object 'Abstract Ring Property Type'.Fields in net.opengis.gml.impl declared as AbstractRingPropertyType Modifier and Type Field Description protected AbstractRingPropertyTypePolygonTypeImpl. exteriorThe cached value of the 'Exterior' containment reference.Methods in net.opengis.gml.impl that return AbstractRingPropertyType Modifier and Type Method Description AbstractRingPropertyTypeGmlFactoryImpl. createAbstractRingPropertyType()AbstractRingPropertyTypeDocumentRootImpl. getExterior()AbstractRingPropertyTypePolygonTypeImpl. getExterior()AbstractRingPropertyTypeDocumentRootImpl. getInterior()Methods in net.opengis.gml.impl with parameters of type AbstractRingPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs)NotificationChainPolygonTypeImpl. basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetInterior(AbstractRingPropertyType newInterior, NotificationChain msgs)voidDocumentRootImpl. setExterior(AbstractRingPropertyType newExterior)voidPolygonTypeImpl. setExterior(AbstractRingPropertyType newExterior)voidDocumentRootImpl. setInterior(AbstractRingPropertyType newInterior)
- 
Uses of AbstractRingPropertyType in net.opengis.gml.utilMethods in net.opengis.gml.util with parameters of type AbstractRingPropertyType Modifier and Type Method Description ObjectGmlSwitch. caseAbstractRingPropertyType(AbstractRingPropertyType object)Returns the result of interpreting the object as an instance of 'Abstract Ring Property Type'.booleanGmlValidator. validateAbstractRingPropertyType(AbstractRingPropertyType abstractRingPropertyType, DiagnosticChain diagnostics, Map context)
- 
Uses of AbstractRingPropertyType in net.opengis.gml.validationMethods in net.opengis.gml.validation with parameters of type AbstractRingPropertyType Modifier and Type Method Description booleanDocumentRootValidator. validateExterior(AbstractRingPropertyType value)booleanPolygonTypeValidator. validateExterior(AbstractRingPropertyType value)booleanDocumentRootValidator. validateInterior(AbstractRingPropertyType value)
 
-