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 LinearRingTypeGml311Factory. createLinearRingType()Returns a new object of class 'Linear Ring Type'.LinearRingTypeDocumentRoot. getLinearRing()Returns the value of the 'Linear Ring' containment reference.LinearRingTypeLinearRingPropertyType. 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 voidDocumentRoot. setLinearRing(LinearRingType value)Sets the value of the 'Linear Ring' containment reference.voidLinearRingPropertyType. 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 classLinearRingTypeImplAn implementation of the model object 'Linear Ring Type'.Fields in net.opengis.gml311.impl declared as LinearRingType Modifier and Type Field Description protected LinearRingTypeLinearRingPropertyTypeImpl. linearRingThe cached value of the 'Linear Ring' containment reference.Methods in net.opengis.gml311.impl that return LinearRingType Modifier and Type Method Description LinearRingTypeGml311FactoryImpl. createLinearRingType()LinearRingTypeDocumentRootImpl. getLinearRing()LinearRingTypeLinearRingPropertyTypeImpl. getLinearRing()Methods in net.opengis.gml311.impl with parameters of type LinearRingType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetLinearRing(LinearRingType newLinearRing, NotificationChain msgs)NotificationChainLinearRingPropertyTypeImpl. basicSetLinearRing(LinearRingType newLinearRing, NotificationChain msgs)voidDocumentRootImpl. setLinearRing(LinearRingType newLinearRing)voidLinearRingPropertyTypeImpl. 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 TGml311Switch. caseLinearRingType(LinearRingType object)Returns the result of interpreting the object as an instance of 'Linear Ring Type'.booleanGml311Validator. validateLinearRingType(LinearRingType linearRingType, DiagnosticChain diagnostics, Map<Object,Object> context)
-