Uses of Class
de.terrestris.shoguncore.importer.communication.RESTAttribute
-
Packages that use RESTAttribute Package Description de.terrestris.shoguncore.importer.communication -
-
Uses of RESTAttribute in de.terrestris.shoguncore.importer.communication
Methods in de.terrestris.shoguncore.importer.communication that return types with arguments of type RESTAttribute Modifier and Type Method Description java.util.List<RESTAttribute>RESTLayer. getAttributes()Method parameters in de.terrestris.shoguncore.importer.communication with type arguments of type RESTAttribute Modifier and Type Method Description voidRESTLayer. setAttributes(java.util.List<RESTAttribute> attributes)Constructor parameters in de.terrestris.shoguncore.importer.communication with type arguments of type RESTAttribute Constructor Description RESTLayer(java.lang.String name, java.lang.String href, java.lang.String title, java.lang.String description, java.lang.String originalName, java.lang.String nativeName, java.lang.String srs, RESTBoundingBox bbox, java.util.List<RESTAttribute> attributes, RESTStyle style)
-